vote up 0 vote down star

The documentation on php.net is very spotty about causes of failure for APC writes. What kind of scenarios would cause a call to apc_store() to fail?

There's plenty of disk space available, and the failures are spotty. Sometimes the store operation will succeed and sometimes it'll fail.

flag

3 Answers

vote up 2 vote down

out of memory (allocated memory for apc, that is)

link|flag
vote up 1 vote down

In addition to what Greg said, I'd add that a configuration error could cause this.

link|flag
vote up 1 vote down

Out of disk space or permission denied to the storage directory?

link|flag
apc_store() stores data in memory. Not on disk. – Frank Farmer Nov 19 at 21:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.