Hacker News new | ask | show | jobs
by fabian2k 72 days ago
That's transparent huge pages, which are also not the setting recommended for PostgreSQL.
1 comments

Java can work with transparent hugepages (in addition to preallocated hugepages), but you just use +AlwaysPreTouch to map them in during the startup so that at runtime there won't be any delays or jitter. Redis should add a similar option