Allowed memory size exhausted after squid install
-
Hello,
we have a PFSense with the version 2.6.0.
Yesterday i tried to install Squid via the Package Manager, the installation says it is successful installed but i can not see it in the GUI Menu and when the installation is done i get the folloing error shown.
ERROR: Type: 1, File: /etc/inc/xmlparse.inc, Line: 280, Message: Allowed memory size of 262144000 bytes exhausted (tried to allocate 70262616 bytes)
i already googled the error and tried to adjust the memory in /etc/inc/config.inc by adjusting both variables
// Set memory limit to 512M on amd64.
if ($ARCH == "amd64") {
ini_set("memory_limit", "1024M");
} else {
ini_set("memory_limit", "2048M");
}as well as /etc/rc.php_ini_setup by adding
memory_limit = 1024M
both changes did not change the Number in the error code.
Does anybody have an idea which file i have to adjust?
We also have PFBlockerNG installed and tried to deactivate it during the install but that did not change anything.
Best Regards
Thomas S. -
@thomass-0
Not much help ...
But last week i installed squid on my "Test fw": A - pfS 2.6.0 on a Core i3 w. 8GB Ram / 64GB disk. It installed without a hitch./Bingo