APC returned failed to write.Check your configuration. error when using fuelphp's apc cache

Asked 1 years ago, Updated 1 years ago, 106 views

Good evening.
I run a web service, but I use fuelphp as a framework for the web, and when I was using the fuelphp cache, the following error message appeared.

APC returned failed to write. Check your configuration.

I thought it was an overflow of apc cache, so I tried to load a large amount of apc cache explicitly in the development environment, and when I leaked memory, I got the following error:

Error::shutdown_handler=>Allowed memory size of 134217728 bytes exhausted (tried to allocate 184328 bytes)

Therefore, I thought that the error wording in question is different from the memory leak.
Does anyone know about the error in question?

php fuelphp

2022-09-30 21:16

1 Answers

If there is no free space on the APC or
When there are a lot of requests, it may appear when simultaneous writing or writing and deleting occur at the same time.
Also, there may be some kind of message in the apache or php error log.


2022-09-30 21:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.