increase Windows memory for xampplite?
I am running xampplite on Vista Home Premium SP1 with 2GB RAM
But it's really slow.
I upped memory in php.ini to 128MB (CiviCRM requires a lot of PHP memory) and script execution time is 720 (I was getting timeout errors on the largest pages at 360).
Is there any Windows setting I can make to assign more memory?
pr0gr4mm3r posted this at 05:20 — 3rd March 2009.
He has: 1,502 posts
Joined: Sep 2006
What memory limit shows up in phpinfo() after you modify those values?
decibel.places posted this at 03:00 — 4th March 2009.
He has: 1,494 posts
Joined: Jun 2008
memory_limit 128M
it is fine for most pages but I have a Drupal modules page with about 200 modules that would time out on the script execution time of 360 so I increasedthat to 720 - at least the page displays
max_execution_time 720
it appears to be a memory or threading issue with Windows, sometimes the pages load quick, sometimes slow - generally slower than an online server.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.