I have some ram heavy workloads on a machine having 128GB of ram. I use a combination of swapspace and zram to cover the extending memory need of my processes on demand.
When zram gets filled up I got Under memory pressure, flushing caches error and system hangs for 30-60 seconds. I have pretty standard config:
zram-size = ram / 2
compression-algorithm = zstd
If i turn zram device off i still got stutters, but not that long. Do you have an advice what I could try to ease the situation?
I have some ram heavy workloads on a machine having 128GB of ram. I use a combination of swapspace and zram to cover the extending memory need of my processes on demand.
When zram gets filled up I got
Under memory pressure, flushing cacheserror and system hangs for 30-60 seconds. I have pretty standard config:If i turn zram device off i still got stutters, but not that long. Do you have an advice what I could try to ease the situation?