I need to change the xcache.var_size in the php.ini file. The problem that I can't seem to find it there. I have varified that this is the right on eby using phpinfo();
can't find xcache.var_size in php.ini
664 Views Asked by devmonster At
2
Make sure that the value is not being loaded from another ini file. PHP could load multiple ini files. If it is not present in any of the ini files, then you might be seeing the default value. In which case, you can overwrite it by adding it yourself.