HI, my site is on 1GB server , and I use wordpress application with large database around 1GB with 85000 posts and growing. my question is how much memory I should put in my wp-config.php file ? lets say I put 512 MB what about the other 512 I still have on the server ? regards AL asked 02 Apr '13, 15:35 sundance |
Assuming you mean this setting, it is a per process limit and each request spawns its own process. So in all reality you should not need to adjust it whatsoever unless you are receiving an error while the pages render. The OS and Apache will manage the RAM for you for the concurrent requests. Also 1GB servers provide many less users so it is not only RAM which is the advantage, you have more available resources in general, RAM, Disk, etc. answered 02 Apr '13, 17:37 johns |
Thanks for the explanation , yes I have memory issue this is why I increased it 512 , and I noticed more speed on my site , maybe I'm mistaken. http://www.mepanorama.com answered 02 Apr '13, 18:25 sundance |