Crash Report After Upgrading to pfSense Plus 25.07
-
Good day!
After upgrading to pfSense Plus version 25.07, I started encountering repeated crash reports. Below are the details:
System Info:
Architecture: amd64
Version: 15.0-CURRENT
Build: FreeBSD 15.0-CURRENT #0 plus-RELENG_25_07-n256508-719054fb1f90 (Mon Jul 28 16:47:59 UTC 2025)Crash Report (PHP Errors):
[06-Aug-2025 09:33:47 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528
[06-Aug-2025 09:34:23 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528
[06-Aug-2025 09:35:13 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528
[06-Aug-2025 09:35:45 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528
[06-Aug-2025 09:36:18 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528
[06-Aug-2025 09:37:43 Asia/Manila] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/local/bin/kea2unbound on line 528Additional Info:
No FreeBSD crash data was found.Could you please advise how to resolve this memory exhaustion issue in kea2unbound after the upgrade?
Thank you!
-
Are you running pfBlocker with DNS-BL? If so you need to use Python mode with kea2unbound.
-
@stephenw10 said in Crash Report After Upgrading to pfSense Plus 25.07:
Are you running pfBlocker with DNS-BL? If so you need to use Python mode with kea2unbound.
Hi @stephenw10 ,
Thank you for the quick response.
I’ve already switched to Python mode—are there any other settings or options I should be aware of?
-
Using Python mode should be sufficient there. You can also increase the PHP memory limit in System > Advanced > Misc but you shouldn't need to.
-
@stephenw10 said in Crash Report After Upgrading to pfSense Plus 25.07:
Using Python mode should be sufficient there. You can also increase the PHP memory limit in System > Advanced > Misc but you shouldn't need to.
Thanks! Just wondering—what’s the recommended PHP memory limit?
By the way, I’m using a Netgate 8200 MAX.
Appreciate the help!
-
Then default value of 512MB should be sufficient for everything.
-
Thank you!