Crash report PHP Errors
-
Ciao a tutti,
da alcuni giorni ottengo questi errori:
Crash report begins. Anonymous machine information:
amd64
11.3-STABLE
FreeBSD 11.3-STABLE #243 abf8cba50ce(RELENG_2_4_5): Tue Jun 2 17:53:37 EDT 2020 root@buildbot1-nyi.netgate.com:/build/ce-crossbuild-245/obj/amd64/YNx4Qq3j/build/ce-crossbuild-245/sources/FreeBSD-src/sys/pfSenseCrash report details:
PHP Errors:
[08-Nov-2021 16:43:49 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32916736 bytes) in Unknown on line 0
[08-Nov-2021 18:10:00 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33001464 bytes) in Unknown on line 0
[08-Nov-2021 21:30:43 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33020000 bytes) in Unknown on line 0
[08-Nov-2021 21:45:35 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33025080 bytes) in Unknown on line 0
[08-Nov-2021 21:46:57 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33025600 bytes) in Unknown on line 0
[08-Nov-2021 21:53:57 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33027032 bytes) in Unknown on line 0
[08-Nov-2021 22:03:29 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33027032 bytes) in Unknown on line 0
[09-Nov-2021 08:09:28 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33028280 bytes) in Unknown on line 0
[09-Nov-2021 08:10:50 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33028280 bytes) in Unknown on line 0
[09-Nov-2021 08:15:17 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33028776 bytes) in Unknown on line 0
[09-Nov-2021 08:19:10 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33030016 bytes) in Unknown on line 0
[09-Nov-2021 08:19:59 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33030288 bytes) in Unknown on line 0
[09-Nov-2021 08:20:25 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33030288 bytes) in Unknown on line 0
[09-Nov-2021 08:26:05 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33031848 bytes) in Unknown on line 0
[09-Nov-2021 08:30:43 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33033832 bytes) in Unknown on line 0
[09-Nov-2021 08:32:13 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33033824 bytes) in Unknown on line 0
[09-Nov-2021 08:36:20 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33035032 bytes) in Unknown on line 0
[09-Nov-2021 08:41:24 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33038824 bytes) in Unknown on line 0
[09-Nov-2021 08:45:45 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33041400 bytes) in Unknown on line 0
[09-Nov-2021 08:48:58 Europe/Rome] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 33043200 bytes) in Unknown on line 0No FreeBSD crash data found.
da oltre un anno non ho mai avuto errori e sono installati:
- haproxy (utilizzato solo come reverse proxy)
- FreeRADIUS
- Squid (trasparent proxy)
- squidGuard
ci sono 8gb di ram e al momento oltre il 50% disponibili, ma ad ogni errore la ram disponibile sembra scendere;
dall'errore "Unknown on line 0" non riesco a capire da cosa sia dovuto !!
Grazie dell'aiuto
-
l'errore sembra sia dovuto a squid, quindi ho modificato il file etc/rc.php_ini_setup
aggiungendo la righa:memory_limit = 256M
dopo la righa
; File generated from /etc/rc.php_ini_setupora è da circa 24 ore che non ho più errori, la modifica può portare altri problemi?