feature-host is swapping and sluggish; latency alarms are firing and the OOM killer is about to start reaping. Something is eating the RAM. Find the single process responsible, prove it's a real per-process leak (not just page cache, and not the process with the scary-big virtual size), and name the fix.
feature-host, Debian 12, ~1.5 GiB RAM, 2 vCPU, swap configured.feature-store service, a JVM gateway, plus the usual system procs.You've solved it when:
free shows available near zero AND buff/cache is small too — sotop/ps (sorted by memory) show ONE process dominating RES/%MEMfeature-store, PID 622, ~64% MEM). You've ruled out the gateway
JVM — its VIRT is huge but its RES is small (virtual ≠ resident).