You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So some of the users have come back with the error when they compare between two tags or between revisions.
Pushing the PHP to 1GB memory has solved the issue for now.
But i am wondering is there something that can be done to optimize this.
Is there anyway this can be improved?
The text was updated successfully, but these errors were encountered:
Please link the concretely mentioned code lines in the version of WebSVN you are using. Besides that, the only thing I can suggest right now is to simply output the data available at those lines and have a look if it makes sense that that much data is available. Sometimes this is simply how things work, though multiple hundreds of MiB really look a bit unusual.
Would be interesting to know if it's XML-result coming from SVN or something like that. Additionally try to output the commands sent to SVN to generate that large output, if it's coming from SVN at all.
I wonder if this has to do with the recent changes to always render all contents of a repo recursively? You might try disabling that to see what happens.
So some of the users have come back with the error when they compare between two tags or between revisions.
Pushing the PHP to 1GB memory has solved the issue for now.
But i am wondering is there something that can be done to optimize this.
Is there anyway this can be improved?
The text was updated successfully, but these errors were encountered: