php error
-
pfSense has detected a crash report or programming bug. Click here for more information.
Crash report begins. Anonymous machine information:amd64
12.2-STABLE
FreeBSD 12.2-STABLE fd0f54f44b5c(RELENG_2_5_0) pfSenseCrash report details:
PHP Errors:
[19-Jan-2022 19:53:54 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 375969424 bytes) in Unknown on line 0
[19-Jan-2022 19:56:02 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 376856320 bytes) in Unknown on line 0
[19-Jan-2022 19:57:00 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 376634848 bytes) in Unknown on line 0
[19-Jan-2022 19:58:10 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 379577560 bytes) in Unknown on line 0
[19-Jan-2022 20:00:00 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 381543800 bytes) in Unknown on line 0
[19-Jan-2022 20:02:40 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 380090840 bytes) in Unknown on line 0
[19-Jan-2022 20:03:39 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 375639544 bytes) in Unknown on line 0
[19-Jan-2022 20:08:07 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 380773136 bytes) in Unknown on line 0
[19-Jan-2022 20:13:08 Asia/Dubai] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 380006576 bytes) in Unknown on line 0 -
Usually that's something run from Diag > Command Prompt that has a very large output and should not be run there. However that would normally be logged.
Something is exhausting the max PHP memory (512MB). Check the system activity page.Steve
-
@stephenw10
Thanks for your replay and how to increase PHP memory? -
You shouldn't have to. And even if you did it would probably just exhaust the new limit in a case like that. You need to locate the process that is running incorrectly if this is an ongoing problem.
Steve