Skip to content

A Java EE application that can trigger Out Of Memory (OOM) error or cause the JVM to crash with EXCEPTION_ACCESS_VIOLATION

License

Notifications You must be signed in to change notification settings

jarek-przygodzki/crasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crasher

A Java EE application that can trigger Out Of Memory (OOM) error or cause the JVM to crash with EXCEPTION_ACCESS_VIOLATION

Usage

Trigger OOM

POST /api/oom

Crash JVM with EXCEPTION_ACCESS_VIOLATION

POST /api/jvm-crash

Allocate mememory

POST /api/allocate?size=10M

Free all previously allocated memory

POST /api/free

Build Instructions

mvn clean package -f crasher

About

A Java EE application that can trigger Out Of Memory (OOM) error or cause the JVM to crash with EXCEPTION_ACCESS_VIOLATION

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages