From 32508606f6bac9d0b5e0eedbbaa5074d2200251b Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Sun, 14 May 2017 15:09:25 +0200
Subject: webmail: use Zend opcache and configure APCu.

---
 roles/webmail/files/etc/php5/mods-available/apcu.ini | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 roles/webmail/files/etc/php5/mods-available/apcu.ini

(limited to 'roles/webmail/files/etc/php5/mods-available')

diff --git a/roles/webmail/files/etc/php5/mods-available/apcu.ini b/roles/webmail/files/etc/php5/mods-available/apcu.ini
new file mode 100644
index 0000000..9268c08
--- /dev/null
+++ b/roles/webmail/files/etc/php5/mods-available/apcu.ini
@@ -0,0 +1,5 @@
+extension=apcu.so
+apc.shm_segments = 1
+apc.shm_size = 128M
+apc.ttl = 3600
+apc.gc_ttl = 300
-- 
cgit v1.2.3