Even though I have lots of swap space and only a little bit is being used, I still get a lot of messages saying that my swap space is running low. Whats the buzz?
Unix is justifiably concerned about having adequate swap space. A system crash caused by this beast is a sight to behold. However, A/UX seems extremely nervous about the amount needed before it starts getting fidgety. If you do a “/etc/swap -l” and see that you’re only using a small portion of your swap space and have a “lot” left, then you can safely ignore the messages. (Just how much is a “lot” is hard to say, but if you have 25000 blocks and are only using 1000 or 2000, then you are probably fine.) If you do need more swap space, then you have a few options: • Using ‘kconfig’, reduce the number and size of buffers. This isn’t really a good idea since it could really degrade performance as well as possibly causing more panics. • Add more swap space. Fine, if you have it. You could either add another disk as swap (nice) or repartition your present disk to create a larger Swap partition (Ack!). • Add more memory. If you have more memory, then this will reduce the need to augment it wi
Related Questions
- Why everybody should know a little bit about Statistics - Misuse of Statistics Statistics can be used in many ways to make things appear to be something that it is not (lying!) Another quote: There are Lies, Damn Lies and Statistics (Benjamin Disraeli) Do you need to know Statistics?
- Even though I have lots of swap space and only a little bit is being used, I STILL get a lot of messages saying that my swap space is running low. Whats the buzz?
- Even though I have lots of swap space and only a little bit is being used, I still get a lot of messages saying that my swap space is running low. Whats the buzz?