PHP Apc 100% fragmentation?

PHP Apc 100% fragmentation?

Is 100% APC fragmentation bad?

I have it on default settings for a 512 slice.

How do I alleviate this?

3 Replies

Is the APC cache getting full? I've found I have to make it a bit bigger than the size it usually fills up to.

Also Linode don't do slices :P

Try toying with the "apc.shm_size" setting in your php.ini file. If you don't have that setting, add one and set it to something like 32M.

APC also has wonderful cache corruption, so keep that in mind as well :)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct