PHP Errors
-
My SG-3100 is throwing out these errors:
[05-Jun-2020 10:35:11 America/New_York] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 19768400 bytes) in /usr/local/www/csrf/csrf-magic.php on line 149
i am running this version:
[2.4.5-RELEASE][admin@ZZZZZZZ.YYYYYYY]/root: uname -a
FreeBSD ZZZZZ.YYYYYY 11.3-STABLE FreeBSD 11.3-STABLE #233 2c992b2181a(factory-RELENG_2_4_5): Tue Mar 24 15:26:34 EDT 2020 root@buildbot1-nyi.netgate.com:/build/factory-crossbuild-245-armv6/obj/armv6/kJlGauaG/arm.armv6/build/factory-crossbuild-245-armv6/sources/FreeBSD-src/sys/pfSense-SG-3100 armanyone experiencing the same?
-
it's usually this,
check your config.xml / pfblockerng
https://forum.netgate.com/topic/142702/allowed-memory-size-exhausted/check
https://forum.netgate.com/topic/146938/snort-crashthe point is
PHP is limited to 512mb ram, but something you tried to do ran it out of memory -
@kiokoman thanks