You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to me that the php memory value is to low if you want to get all information on the WebUI.
Not 100% sure about it but the ipv4 table is the bigger one and makes some problems for example to show the current status. IPv6 works for me with the default memory settings in php.ini
Example of the errormessage:
`[02-Sep-2019 19:09:01 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125
[02-Sep-2019 19:09:33 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125
[02-Sep-2019 21:59:26 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/InterfaceController.php on line 144
[02-Sep-2019 22:17:38 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125`
The text was updated successfully, but these errors were encountered:
Seems to me that the php memory value is to low if you want to get all information on the WebUI.
Not 100% sure about it but the ipv4 table is the bigger one and makes some problems for example to show the current status. IPv6 works for me with the default memory settings in php.ini
Example of the errormessage:
`[02-Sep-2019 19:09:01 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125
[02-Sep-2019 19:09:33 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125
[02-Sep-2019 21:59:26 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/InterfaceController.php on line 144
[02-Sep-2019 22:17:38 Europe/Berlin] PHP Fatal error: Allowed memory size of 402653184 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/opnsense/mvc/app/controllers/OPNsense/Quagga/Api/DiagnosticsController.php on line 125`
The text was updated successfully, but these errors were encountered: