[PHP-DEV] Re: Opcache tuning

2013-03-17 Thread Zeev Suraski
I missed the 'off' part... I guess it makes sense of we can do it. Sent from my mobile On 17 במרץ 2013, at 08:34, Dmitry Stogov wrote: Hi Zeev, Rasmus is talking about a case when O+ is loaded but completely disable for CLI. Of course, it makes no sense to load and parse blacklist file in thi

[PHP-DEV] Re: Opcache tuning

2013-03-16 Thread Dmitry Stogov
Hi Zeev, Rasmus is talking about a case when O+ is loaded but completely disable for CLI. Of course, it makes no sense to load and parse blacklist file in this case. Thanks. Dmitry. On Sun, Mar 17, 2013 at 9:58 AM, Zeev Suraski wrote: > On 16 במרץ 2013, at 08:32, Rasmus Lerdorf wrote: > > >

[PHP-DEV] Re: Opcache tuning

2013-03-16 Thread Zeev Suraski
On 16 במרץ 2013, at 08:32, Rasmus Lerdorf wrote: > Another small tweak, I noticed that with enable_cli off it still loads > the blacklist when sapi=cli. There doesn't seem to be much point in > that, is there? > Not that I think it's a common use case, but if one happens to have a directory with

[PHP-DEV] Re: Opcache tuning

2013-03-15 Thread Dmitry Stogov
On Saturday, March 16, 2013, Rasmus Lerdorf wrote: > On 03/15/2013 11:13 PM, Dmitry Stogov wrote: > > Hi Rasmus, > > > > restart_count - makes sense > > > > last_restart_reason - is not very useful, I think it's better to add > > separate countersfor each reason (memory overflow, hash overflow, wa

[PHP-DEV] Re: Opcache tuning

2013-03-15 Thread Rasmus Lerdorf
On 03/15/2013 11:13 PM, Dmitry Stogov wrote: > Hi Rasmus, > > restart_count - makes sense > > last_restart_reason - is not very useful, I think it's better to add > separate countersfor each reason (memory overflow, hash overflow, wasted > memory). > > What do you think? Sure, separate counter

[PHP-DEV] Re: Opcache tuning

2013-03-15 Thread Dmitry Stogov
Hi Rasmus, restart_count - makes sense last_restart_reason - is not very useful, I think it's better to add separate counters for each reason (memory overflow, hash overflow, wasted memory). What do you think? Dmitry. On Saturday, March 16, 2013, Rasmus Lerdorf wrote: > Hey Dmitry, I think it