mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 03:08:14 +00:00
Jarrod Johnson
490827fe3a
Allow memory reclamation through deletion
When going to zram, things were solid for space reduction as data was written, however memory could no longer be reclaimed. It turns out that zram supports TRIM, and by telling xfs discard, we have it do trim-on-demand. It is by default off out of performance concerns, but I don't think that applies to a zram backed filesystem.
…
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%