eltrino / diamantedesk-application

DiamanteDesk
http://diamantedesk.com/
Other
118 stars 42 forks source link

Out of memmory (using 2 or 3GB as limit) #78

Open lghamie opened 6 years ago

lghamie commented 6 years ago

Hi guys, I have a diamantedesk freshly installed from docker.

I'm getting the following error on apache;

192.168.127.154 - - [30/May/2018:21:27:55 +0000] "POST /api/rest/latest/windows HTTP/1.1" 500 185 "http://10.101.0.57:8015/desk/branches" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"

This is the related log on app/prod.log:

[Wed May 30 21:28:20.172175 2018] [php7:error] [pid 91] [client 192.168.127.154:47056] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /var/www/diamante/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FlattenException.php on line 275, referer: http://10.101.0.57:8015/desk/branches [Wed May 30 21:28:20.467236 2018] [php7:error] [pid 91] [client 192.168.127.154:47056] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 32768 bytes) in /var/www/diamante/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php on line 1, referer: http://10.101.0.57:8015/desk/branches [Wed May 30 21:28:20.841852 2018] [php7:error] [pid 91] [client 192.168.127.154:47056] PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 49152 bytes) in Unknown on line 0, referer: http://10.101.0.57:8015/desk/branches 192.168.127.154 - - [30/May/2018:21:27:55 +0000] "POST /api/rest/latest/windows HTTP/1.1" 500 185 "http://10.101.0.57:8015/desk/branches" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" 192.168.127.154 - - [30/May/2018:21:28:21 +0000] "GET /bundles/oroui/img/error-ico.png HTTP/1.1" 200 1456 "http://10.101.0.57:8015/css/oro.css" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"

This happens on /desk/branches when I select "Default Branch" and then click on DELETE.

Any ideas?

kulbich commented 6 years ago

Hi Lucas, We'll check that issue and I'll get back to you.

lghamie commented 6 years ago

Thanks!!

lghamie commented 6 years ago

Hi guys, do you have any update on this? I hope this project doesn't go unmantained