Error log help
- 
 Hi all, I've received this error a few times now. it seems it's just a matter of me exhausting a memory buffer for logs. I looked around to see if there was a place i could increase the amount available but i couldn't figure it out. Anyone have an idea? I have way more than enough (32gigs) so i can afford to increase log buffer sizes. "Crash report begins. Anonymous machine information: amd64 
 12.3-STABLE
 FreeBSD 12.3-STABLE RELENG_2_6_0-n226742-1285d6d205f pfSenseCrash report details: PHP Errors: 
 [18-Apr-2023 08:02:14 US/Eastern] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 160356232 bytes) in /usr/local/www/csrf/csrf-magic.php on line 149
 [18-Apr-2023 08:02:20 US/Eastern] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 160356232 bytes) in /usr/local/www/csrf/csrf-magic.php on line 149No FreeBSD crash data found." 
- 
 @jc1976 PHP is set with a 512 MB limit on amd64. I believe it’s in /etc/inc/config.inc. If you change it, it will likely need updating in future versions. Though, per https://redmine.pfsense.org/issues/13377 it looks like a setting might be getting added? 
- 
 @steveits said in Error log help: https://redmine.pfsense.org/issues/13377 ok thanks! I'll give it a shot when i get home.