On Sun, 17 May 2026 00:49:52 -0400 (EDT)
Chris Frey <[email protected]> wrote:
> I can confirm that when I talk about memory, I am not talking about swap at
> all.  I'm talking about RAM.
 
> What is not required is virtual memory swapping.  Any time swapping occurs
> the system is doing way more work than is necessary, and is using the
> slowest hardware to do it: disk.

In my experience, almost all Linux systems use some swap at every time. Memory
allocated but not used by its process tend to go out to swap. At the same
time, the free memory is usally also very low. Memory not in use is memory to
no use. Instead the Linux kernel uses rather much RAM for buff/cache for
making local and remote disk accesses faster.

regards Henrik

Reply via email to