“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!
Do not issue bugs reports against versions earlier than 0.9.9.5
Security problem? Check the security section.
FS#1492 - Flyspray hogging memory
Attached to Project:
Flyspray - The bug killer!
Opened by Sjors Gielen (dazjorz) - Tuesday, 15 July 2008, 21:55 GMT+2
Last edited by Cristian Rodríguez R. (judas_iscariote) - Thursday, 21 August 2008, 07:34 GMT+2
Opened by Sjors Gielen (dazjorz) - Tuesday, 15 July 2008, 21:55 GMT+2
Last edited by Cristian Rodríguez R. (judas_iscariote) - Thursday, 21 August 2008, 07:34 GMT+2
|
DetailsI’ve recently changed some of the limits on my web server. I noticed Flyspray requires more than 120 MB to function. In my opinion, this is an outrageous amount of memory for a web application. Is this really necessary? Can Flyspray be optimized to use less memory? |
This task depends upon
Closed by Cristian Rodríguez R. (judas_iscariote)
Thursday, 21 August 2008, 07:34 GMT+2
Reason for closing: Works for me
Additional comments about closing: This is most likely a bug in your PHP installation if you can reproduce your problem with PHP 5.2.6 or later reopen this bug.
Thursday, 21 August 2008, 07:34 GMT+2
Reason for closing: Works for me
Additional comments about closing: This is most likely a bug in your PHP installation if you can reproduce your problem with PHP 5.2.6 or later reopen this bug.
er, of course I meant, 120 MB of memory.
what PHP version are you using ? where is flyspray hitting the memory limit ?
I wont fix this problem if:
a) you are using PHP4, in this case you are on your own.
b) you are using PHP as CGI , in this case, you should use fastcgi
c) you are running any outdated PHP version, that is < 5.2.6.
see also http://demo.flysray.org, it now runs with a 16MB memory limit, I guess it will also run with 13-15 , I think that is a reasonable limit.