We have a system that uses SQL Server 2000 Standard Edition.
It runs on a single processor system with 1GB of RAM.
As a heavy load gets placed our service, it starts to perform poorly. We believe it is because SQL Server has allocated a large amount of memory to itself (300 MB).
Obviously, one solution would be to increase the memory in the system. However, I have read that I can limit it's memory usage using the sp_configure table in the master DB.
What are the negative effects of limiting it?
It runs on a single processor system with 1GB of RAM.
As a heavy load gets placed our service, it starts to perform poorly. We believe it is because SQL Server has allocated a large amount of memory to itself (300 MB).
Obviously, one solution would be to increase the memory in the system. However, I have read that I can limit it's memory usage using the sp_configure table in the master DB.
What are the negative effects of limiting it?