abdfahim Posted November 12, 2007 Share Posted November 12, 2007 I have a dedicated server to host my website built on php with mysql 4.1.21 and apache 2.x.x. I have recently increase my Server RAM to 2GB. Is it all I have to do to increase server speed or should I also change php.ini or anyhing like that to acknowledge that change in RAM? Quote Link to comment Share on other sites More sharing options...
trq Posted November 12, 2007 Share Posted November 12, 2007 If your not already using them you might want to look into memcache and apc. Quote Link to comment Share on other sites More sharing options...
abdfahim Posted November 12, 2007 Author Share Posted November 12, 2007 thanx .. I am looking at that. But I want to know what is the function of memory_limit in php.ini and what should I set its value, if I have 2GB RAM and the server is dedicated for one complete website with 50 users. Quote Link to comment Share on other sites More sharing options...
trq Posted November 12, 2007 Share Posted November 12, 2007 Just setting memory_limit really isn't going to affect speed. Neither will simply increasing your ram really unless your going to actually use it (ie memcache) in the correct manor. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.