On Wed, Jan 28, 2009 at 5:33 AM, Dawson <costel...@gmail.com> wrote:
> Seems now I get the error: "xcache.var_size is either 0 or too small to
> enable var data caching in */var/www/includes/BagOStuff.php* on line *643"
>
> *Googling hasn't provided much info on how to fix this, anyone know?*

Add this to php.ini:

xcache.var_size = 32M

Or pick whatever size you like, depending on how much RAM you have
available.  You can check the amount of RAM used (and other things)
using the xcache-admin stuff that should have been provided when you
installed XCache.  You might want to tweak the other options too:

http://xcache.lighttpd.net/wiki/PhpIni

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to