Hacker News new | ask | show | jobs
by tosti 20 days ago
Have you disabled swap in the kconfig entirely?

If not, is your vm.swapiness 0? How do you deal with overcommit? Did you replace malloc with a more strict implementation?

2 comments

> How do you deal with overcommit

    echo 2 > /proc/sys/vm/overcommit_memory
No swap device