Firstly we would like to thank the creators egroupware for the great job they are doing.
I would also like to advise how best to set up the configuration files to take full advantage of its own virtual server, which is allocated AMD 8xCore, 14 GB RAM (Ubuntu 14.04)?
We are moving from version 1.8 CE to eGroupWare 14.1 CE.
- file /etc/apache2/sites-available/egroupware.conf do I:
php_value memory_limit 128M —> php_value memory_limit 4096M
php_value upload_max_filesize 64M —> php_value upload_max_filesize 1024M
- file /etc/php/apache2/php.ini do I:
memory_limit = 128M —> memory_limit = 4096M
post_max_size = 8M —> post_max_size = 65M
upload_max_filesize = 2M —> upload_max_filesize = 1024
max_file_uploads = 20 —> max_file_uploads = 20
- Helps with CE versions replace APC Cache for Zend OPCACHE as I mentioned here ???:http://www.egroupware.org/fileadmin/content/Get_help/EPL_Installation_instructions/EN-Stylite-EPL-Installation.html#K10
If so, how to edit apcu.ini ???:
extension = apcu.so
apc.enabled = 1
apc.shm_size = 128M ----> apc.shm_size = 2048M
apc.ttl = 86400
apc.enable_cli = 1
- What changes do file: MariaDB 10.0 my.cnf ???
max_connections> <------> = 100
connect_timeout> <------> = 5
wait_timeout <-> <------> = 600
max_allowed_packet <----> = 16M
thread_cache_size = 128
sort_buffer_size <------> = 4M
bulk_insert_buffer_size> = 16M
tmp_table_size <> <------> = 32M
max_heap_table_size <—> = 32M
* MyISAM
myisam_recover = BACKUP
key_buffer_size> <------> = 128M
open-files-limit <-----> = 2000
table_open_cache <------> = 400
myisam_sort_buffer_size> = 512M
concurrent_insert <-----> = 2
read_buffer_size <------> = 2M
read_rnd_buffer_size <-> = 1M
query_cache_limit <-----> <------> = 128K
query_cache_size <------> <------> = 64M
PS: There are not someone who would help CZ with professional installation EGW / CE and speaking Czech?