logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHP opcache best configuration for windows 2008 x64 server ?
Author
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Wed 03 Jun '15 5:56    Post subject: PHP opcache best configuration for windows 2008 x64 server ? Reply with quote

I currently have this setting.

Code:
[opcache]
zend_extension=php_opcache.dll
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1


what is the best setting to get the best performance. Not to many info on this topic.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 08 Jun '15 16:06    Post subject: Reply with quote

You can find the recommend settings in https://github.com/zendtech/ZendOptimizerPlus/blob/master/README

Code:

opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
Back to top


Reply to topic   Topic: PHP opcache best configuration for windows 2008 x64 server ? View previous topic :: View next topic
Post new topic   Forum Index -> Other Software