Tagged Questions
4
votes
2answers
307 views
Linux (3.4) SSD swap partition usage causes extreme latency - how to eliminate?
I'm running on 4G RAM with an extra 6G swap partition, SSD is a pretty decent SAMSUNG MZMPA128HMFU model. System responds very well to workloads when things stay in RAM, but as soon as things reach ...
4
votes
2answers
487 views
Linux running slow with 0 swap left
Our Linux server is responding very slowly. top doesn't show any excessive CPU usage. I noticed that even though there's about 5GB of free memory, the system is using all of swap with no free swap ...
2
votes
1answer
462 views
Is it possible to trigger OOM-killer on forced swapping?
Is it possible to have the system preemptively swap out inactive pages (vm.swappiness), but invoke the oom-killer when the system runs out of RAM (as opposed to running out of memory) and is forced to ...
62
votes
7answers
9k views
Why use swap when there is more than enough RAM
Using swap space instead of RAM can drastically slow down a pc.
So why, when I have more than enough RAM available, does my Linux system (Arch) use the swap?
Checkout my conky output below:
...
24
votes
12answers
2k views
How can I tweak my Linux desktop to be more responsive?
I have the experience that Linux works fine until the physical memory is exhausted. As soon as swap space is used the performance is severely degraded and the GUI becomes unresponsive.
This problem ...