Error in Squidguard when downloading urlblacklist.com
-
I'm getting an error when I try to download the urlblacklist.com
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 17915918 bytes) in /usr/local/pkg/squidguard_configurator.inc on line 1603It only gets a few of the classes processed
-
Change /usr/local/pkg/squidguard_configurator.inc [line 56]
ini_set('memory_limit', '32M');
to
ini_set('memory_limit', '64M'); -
Thanks!