[TYPO3-performance] No results with eaccelerator

Oliver Rowlands oliver at liquidlight.co.uk
Fri Oct 16 14:51:51 CEST 2009


Hi Per,

2000 MB of shared memory... do you really need that much?

This is the eAccelerator configuration that we used to use on most of 
our production environments before switching to XCache:

extension="eaccelerator.so"
eaccelerator.shm_size="128"
eaccelerator.cache_dir="/var/cache/eaccelerator"
eaccelerator.enable="0"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"

HTH,

Oliver

Per Sikker Hansen wrote:

>     extension="eaccelerator.so"
>     eaccelerator.shm_size=2000
>     eaccelerator.cache_dir="/var/cache/eaccelerator"
>     eaccelerator.enable="1"
>     eaccelerator.optimizer="1"
>     eaccelerator.check_mtime="1"
>     eaccelerator.debug=0
>     eaccelerator.filter=""
>     eaccelerator.shm_max="0"
>     eaccelerator.shm_ttl="5"
>     eaccelerator.shm_prune_period="0"
>     eaccelerator.shm_only="1"
>     eaccelerator.compress="1"
>     eaccelerator.compress_level="9"
> 
> I've checked with phpinfo() and eAccelerator is in fact loaded after an 
> apache restart.
> 
> The bottom line is that I'm not satisfied with these results and wonders 
> if any of you know ways to improve them with eaccelerator?
> 
> Thanks in advance
> ~ Per


-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


More information about the TYPO3-performance mailing list