November 2017
Beginner to intermediate
306 pages
7h 43m
English
This message shows up when the application has been killed by the system due to excessive use of memory. You should look at the application logs for more details. If you want to profile your application, then you can use a profiler. Make sure the buildpack used by the application supports the profiler agent. Java buildpack supports profilers such as AppDynamics and New Relic.
Profiling of applications is not advised in production environments, as profiling agents hog a lot of memory, and hence they increase the application memory requirements. If the application is a Spring Boot application, then the dump endpoint can be used to get a thread dump.
Read now
Unlock full access