Netgate SG 3100 Crash Report: PHP Errors
-
Hi Netgate Community,
I've been receiving this crash report, can you help me understand what does the report means?
What can I do to resolve this, thank you.
[30-Nov-2021 08:37:39 Asia/Manila] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 50331656 bytes) in /usr/local/www/diag_command.php on line 174
[30-Nov-2021 17:24:08 Asia/Manila] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 50331656 bytes) in /usr/local/www/diag_command.php on line 174 -
It means a command was run in the webgui from Diag > Command Prompt that exhausted the allowed PHP memory.
You should only run command there that have very limited output. For example it you run ping there you should always include a ping count with it so it returns after that. Otherwise it will just run continually in the background.Steve
-
@stephenw10 I see, how can I delete what I run in command prompt that causes this error?
-
If whatever you ran is still running you can kill the process manually at the command line.
More likely though it just had a very large output that caused PHP to fall over and has now finished.Steve