Hacker News new | ask | show | jobs
by blibble 2058 days ago
where I've worked you avoid triggering the GC by making sure you have enough memory for the entire day's operations

with a modern JVM you can even disable it entirely (Epsilon collector)