Skip to content

Sample, memory-intensive application in Java for testing of Garbage Collectors.

Notifications You must be signed in to change notification settings

jonatan-kazmierczak/request-processor

Repository files navigation

Request Processor

Sample, memory-intensive application in Java for testing of Garbage Collectors.

Build a JAR file

If you have Gradle installed, then

gradle build

Otherwise

./gradlew build

Build an executable

using GraalVM Native Image.

Once GraalVM with native-image is installed:

$GRAALVM_HOME/bin/native-image -jar build/libs/request-processor.jar

Adapt and run tests

  • Adapt paths to JVMs in collect_gc_stats.sh
  • Run tests
./collect_gc_stats.sh

About

Sample, memory-intensive application in Java for testing of Garbage Collectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published