Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Wincache settings in php.ini on windows |
|
Author |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Fri 12 Oct '12 17:19 Post subject: Wincache settings in php.ini on windows |
|
|
Recently i have setup WinCache on PHP + Apache to make fast PHP applications. When i check the WinCache statistics it is showing very less allocated amount of memory.
Can anyone pass me the following values to increase in PHP.INI File on windows server 2008 R2
Currently :
Opcode Cache Overview : Total Memory is 96MB
File Cache Overview : Total Memory is 24MB
User Cache Overview : Total Memory is 8MB
Session Cache Overview : Total Memory is 8MB
Thanks |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 12 Oct '12 18:25 Post subject: |
|
|
Allocated memory depends on how many scripts are cached
I have for the Apache Lounge site:
wincache.fcachesize = 16
wincache.enablecli = 0
wincache.fcndetect = 0
wincache.chkinterval = 0
wincache.ocachesize = 64
wincache.ocenabled = 1
wincache.ucenabled = 0
wincache.ttlmax = 3600
wincache.maxfilesize = 2048 |
|
Back to top |
|
|
|
|
|
|