Tag: memory

  • Thumbnail for Optimize CPU and Memory for Kubernetes Pod

    Optimize CPU and Memory for Kubernetes Pod

    When optimizing workload performance, it is important to understand how on earth operating system allocates CPU and memory to processes. This helps understand how to…

    Read
  • Java Garbage Collection

    Tuning the garbage collector is the most important thing that can be done to improve the performance of a Java application. GC is typically caused…

    Read
  • Balloon steals memory from virtual machines

    This article is my experience with memory balloon on virtual machine. I came across an ElasticSearch server (ESXi guest with 32GB physical memory) where the…

    Read