Hacker News new | ask | show | jobs
by Marazan 190 days ago
Interesting, at the company I work for Java pods are (historically) over provisioned with CPU but quite tightly provisioned with memory
1 comments

That is the opposite of what I usually see. Are you trading CPU for RAM by running a more aggressive GC like ZGC or Shenandoah? Usually, people starve the CPU to buy more RAM.