Operations | Monitoring | ITSM | DevOps | Cloud

January 2020

Memory leak detection - How to find, eliminate, and avoid

As a software developer, you might not be used to thinking about the memory usage of your applications. In today’s development world, memory is plentiful and usually quite fast. Odds are, the programming language you use doesn’t require you to allocate your own memory, or free it when you’re done. That doesn’t mean that you’re in the clear when it comes to memory leaks though. The reality is that memory leaks can strike any application in any language.