AWS DevOps & Developer Productivity Blog

Fernando Ciciliati

Author: Fernando Ciciliati

I'm a Software Development Manager at Amazon Web Services. My team and I have been on a fantastic journey during the past four years creating solutions and building awesome tools to help developers optimize their code and troubleshoot application issues in mission-critical applications running in production.

Amazon CodeGuru Profiler Heap Summary view

Understanding memory usage in your Java application with Amazon CodeGuru Profiler

“Where has all that free memory gone?” This is the question we ask ourselves every time our application emits that dreaded OutOfMemoryError just before it crashes. Amazon CodeGuru Profiler can help you find the answer. Thanks to its brand-new memory profiling capabilities, troubleshooting and resolving memory issues in Java applications (or almost anything that runs […]