Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/frr: PHP Memory limit exeded with some operations on ipv4 full tables. #1482

Closed
banym opened this issue Sep 3, 2019 · 1 comment
Closed
Labels
help wanted Contributor missing

Comments

@banym
Copy link

banym commented Sep 3, 2019

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`

@AdSchellevis
Copy link
Member

This issue has been automatically timed-out (after 180 days of inactivity).

For more information about the policies for this repository,
please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.

If someone wants to step up and work on this issue,
just let us know, so we can reopen the issue and assign an owner to it.

@AdSchellevis AdSchellevis added the help wanted Contributor missing label Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contributor missing
Development

No branches or pull requests

2 participants