Thank you for your insightful feedback—it’s much appreciated.You are absolutely correct about the importance of setting memory requests equal to memory limits to avoid unexpected OOM (Out Of Memory)…Dec 14Dec 14
Do You Have the Right innodb_buffer_pool_size?When managing MySQL databases, one of the most critical configuration parameters for performance tuning is innodb_buffer_pool_size. As the…Nov 21Nov 21
Published inDevOps.devOptimizing Kubernetes Resource Utilization: CPU and Memory Requests and LimitsIn Kubernetes, setting the right requests and limits for CPU and memory is crucial for resource optimization. These configurations directly…Nov 52Nov 52
Published inLevel Up CodingDocker as a Version Manager for RailsWhen developing Ruby on Rails applications, managing different Ruby and Rails versions across projects can quickly become a hassle…Oct 11Oct 11
The Journey to the MicroservicesSituation: The Monolithic System and Deployment ChallengesOct 81Oct 81
Published inDevOps.devEnvoy Sidecar Proxy: Efficient Metrics Without Modifying the ApplicationSep 22Sep 22
Stack vs Heap in Go(lang)In the world of programming, efficient memory management is crucial for building high-performance and reliable applications. For Go…Jul 51Jul 51
Load env without any packageWithout package/library we can load our env from file. And it is cumbersome when we have to load it in consoleNov 21, 20201Nov 21, 20201