¡@

Home 

php Programming Glossary: apc.mmap_file_mask

What is causing “Unable to allocate memory for pool” in PHP?

http://stackoverflow.com/questions/3723316/what-is-causing-unable-to-allocate-memory-for-pool-in-php

please specify you .ini settings. Specifically your apc.mmap_file_mask setting. For file backed mmap it should be set to something.. For file backed mmap it should be set to something like apc.mmap_file_mask tmp apc.XXXXXX To mmap directly from dev zero use apc.mmap_file_mask.. tmp apc.XXXXXX To mmap directly from dev zero use apc.mmap_file_mask dev zero For POSIX compliant shared memory backed mmap use apc.mmap_file_mask..

How to share APC cache between several PHP processes when running under FastCGI?

http://stackoverflow.com/questions/598444/how-to-share-apc-cache-between-several-php-processes-when-running-under-fastcgi

How can I check if it's shared already I think the apc.mmap_file_mask ini setting might be involved but I don't know how to use it... reasons I think its not shared at the moment is that the apc.mmap_file_mask as reported by the apc.php web interface flips between about..

apc_store isn't working between requests

http://stackoverflow.com/questions/6152526/apc-store-isnt-working-between-requests

Off Off apc.lazy_functions Off Off apc.max_file_size 1M 1M apc.mmap_file_mask no value no value apc.num_files_hint 1000 1000 apc.preload_path..