<font color="blue">You may be confusing random access memory (RAM) with hard drive size. </font>
As others mentioned, web servers are different in their needs than personal computers. In our case, a lack of RAM is indeed what is slowing us down.
With our current amount of RAM we can only handle a certain number of connections to the database at any time, and once that limit is reached, you get delays. During peak hours we reach that limit.
Upgrading the RAM will give us much more capacity... might not be exactly triple capacity, but it will be a lot more than we have now.
In most cases, RAM is the most important hardware of a web server... in fact Google runs their servers on RAM alone---no hard drives to store data. They need a LOT of ram, but their site is pretty darn fast. /forums/images/graemlins/smirk.gif
As others mentioned, web servers are different in their needs than personal computers. In our case, a lack of RAM is indeed what is slowing us down.
With our current amount of RAM we can only handle a certain number of connections to the database at any time, and once that limit is reached, you get delays. During peak hours we reach that limit.
Upgrading the RAM will give us much more capacity... might not be exactly triple capacity, but it will be a lot more than we have now.
In most cases, RAM is the most important hardware of a web server... in fact Google runs their servers on RAM alone---no hard drives to store data. They need a LOT of ram, but their site is pretty darn fast. /forums/images/graemlins/smirk.gif