Sample, memory-intensive application in Java for testing of Garbage Collectors.
If you have Gradle installed, then
gradle build
Otherwise
./gradlew build
using GraalVM Native Image.
Once GraalVM with native-image
is installed:
$GRAALVM_HOME/bin/native-image -jar build/libs/request-processor.jar
- Adapt paths to JVMs in
collect_gc_stats.sh
- Run tests
./collect_gc_stats.sh