Hi,
To run PostgreSQL in a jail you need to set sysvipc_allow to 1. I don't know exactly what this setting means but I understand this allows the usage of shared memory in jails.
Now APC (PHP Opcode-Cache) uses shared memory for caching as well. Does this mean I have to set sysvipc_allow to 1 for my Webserver-Jail as well?
Thanks for helping me to understand the purpose of sysvipc_allow and why some applications need it.
To run PostgreSQL in a jail you need to set sysvipc_allow to 1. I don't know exactly what this setting means but I understand this allows the usage of shared memory in jails.
Now APC (PHP Opcode-Cache) uses shared memory for caching as well. Does this mean I have to set sysvipc_allow to 1 for my Webserver-Jail as well?
Thanks for helping me to understand the purpose of sysvipc_allow and why some applications need it.