mjda
Well-known member
So, I've got Xcache installed on my server and, most of the time, it works fine. However, intermittently I get the following error:
xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason
Nothing is in my php error log, though, so I'm stuck trying to find the problem blind. I'm assuming it has something to do with my configuration, but was hoping someone else might be able to shine a little light on the subject too.
I'm on a VPS, with about 2,768Mb RAM guaranteed.
Here's are some of the settings from the Xcache portion of my php.ini file:
xcache.count="4"
xcache.size="256M"
xcache.slots="8K"
xcache.var_count="4"
xcache.var_size="32M"
xcache.var_slots="1K"
If any other info is necessary in helping determine potential causes of my issue, please let me know.
I should also note that before about 20 minutes ago xcache.count and xcache.var_count were both set to 1, xcache.var_size was set to 8M, and xcache.var_slots was set to 8K. Could those settings be what was causing my problem? If so, I'll just run with what I've got now, but if not I'd like to hear from some of you who have encountered this problem as to how you fixed it.
xcache_get(): XCache var cache was not initialized properly. Check php log for actual reason
Nothing is in my php error log, though, so I'm stuck trying to find the problem blind. I'm assuming it has something to do with my configuration, but was hoping someone else might be able to shine a little light on the subject too.
I'm on a VPS, with about 2,768Mb RAM guaranteed.
Here's are some of the settings from the Xcache portion of my php.ini file:
xcache.count="4"
xcache.size="256M"
xcache.slots="8K"
xcache.var_count="4"
xcache.var_size="32M"
xcache.var_slots="1K"
If any other info is necessary in helping determine potential causes of my issue, please let me know.
I should also note that before about 20 minutes ago xcache.count and xcache.var_count were both set to 1, xcache.var_size was set to 8M, and xcache.var_slots was set to 8K. Could those settings be what was causing my problem? If so, I'll just run with what I've got now, but if not I'd like to hear from some of you who have encountered this problem as to how you fixed it.