Skip to content

KaiqianYang/Spring-Out-of-Memory-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Out-of-Memory-Samples

This sample project is used to show 3 types of circumstances under which out of memory exceptions occur in spring-boot applications of Azure Spring Cloud.

  • Out of direct memory for violating JVM options: The direct memory space assigned as JVM options exhausted.

  • Out of on-heap memory for violating JVM options: The heap memory space assigned as JVM options exhausted.

  • Out of direct memory leading to system memory running out: Direct memory being requested constantly, the increasement of direct memory exhausted pod memory so that system memory runs out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages