Re: [MediaWiki-l] APC Cache setting

2013-11-26 Thread Tom
Or actually I could just call apc_delete_file from the commandline without even using a script. Tom > On Nov 26, 2013, at 10:54 AM, Tom wrote: > > > >> On Nov 25, 2013, at 6:11 PM, Kudu wrote: >> >> Hi Tom, >> >> I believe the ideal solution would be to set apc.stat to 0, and to call >>

Re: [MediaWiki-l] APC Cache setting

2013-11-26 Thread Tom
> On Nov 25, 2013, at 6:11 PM, Kudu wrote: > > Hi Tom, > > I believe the ideal solution would be to set apc.stat to 0, and to call > apc_delete_file on LocalSettings.php after an update. Thanks Kudu I guess I could script that then call it with the command line after a file change. I'm a

Re: [MediaWiki-l] APC Cache setting

2013-11-25 Thread Kudu
Hi Tom, I believe the ideal solution would be to set apc.stat to 0, and to call apc_delete_file on LocalSettings.php after an update. Regards, -Kudu. On 11/25/13 9:50 AM, Tom Hutchison wrote: > Hi all > > Is there a recommended apc.stat setting for Mediawiki? I've read all the > apc.stat=0 (pro

[MediaWiki-l] APC Cache setting

2013-11-25 Thread Tom Hutchison
Hi all Is there a recommended apc.stat setting for Mediawiki? I've read all the apc.stat=0 (production) vs apc.stat=1 (development), but is there any hard data on the impact of =0 vs =1? What I'm finding is LocalSettings.php can live for 40 mins, sometimes 2 hours before any changes are noti