Jacques R. Blier

Results 2 comments of Jacques R. Blier

I confirm having this error while using `drush sql:dump --result-file=`; the backup is still produced.

I fix this by leaving APC enabled and modifying the apc.ini file to allocate more memory to each shared memory segment. /etc/php.d/apc.ini ``` apc.shm_size=256M ``` The old value was 64M....