Error using Show States
-
I'm running pfSense 2.0.1. I have the system configured to support 800K states, it generally has around 450K states at any given time. On the Dashboard, under System Information, where it shows the State table size there is a Show States link. If I click the Show States link I get this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /usr/local/www/diag_dump_states.php on line 62This is happening on two different instances of pfSense, both boxes have 4GB of ram. pfSense is reporting about 16% memory usage, should be plenty of ram available. Thoughts?
Thanks,
Steve -
I'ts a php memory limit.
If you know how to handle php files, you can try to edit /usr/local/www/diag_dump_states.php and increase it.
As you have 4g ram, you maybe using amd64 version.
the php option to increase memory limit is
ini_set('memory_limit', '490M');