Not using swap...?
Ok, we have a program that seems to have a memory leak. After like 10 days or so, it was usued to crash since all available memory was used.The thing is it was used to use swap to free up some memory before it finally crashes after 10 days but we recently added 512MB of RAM to help a bit until we find out whats wrong and where is the memory leak exactly but the problem is that since we added these 512MB of RAM, the system doesn't use swap anymore and the program is crashing faster than before.
Is there any possible reason why a system can stop using swap anymore after we add some RAM? We are using FreeBSD 5.3
Thanks.
Oh and is there anyone good at finding memory leaks? I know that there is some programs that can be used "live" for to find out where the memory leak is but we never really used this before...