Go to file
2023-06-29 18:52:40 +02:00
gradle/wrapper first commit 2023-06-27 17:45:15 +02:00
src Average times and multiple test iterations. 2023-06-29 11:05:45 +02:00
.gitattributes first commit 2023-06-27 17:45:15 +02:00
.gitignore first commit 2023-06-27 17:45:15 +02:00
build.gradle Initial try on reading data back. 2023-06-28 10:40:45 +02:00
gradle.properties first commit 2023-06-27 17:45:15 +02:00
gradlew first commit 2023-06-27 17:45:15 +02:00
gradlew.bat first commit 2023-06-27 17:45:15 +02:00
LICENSE first commit 2023-06-27 17:45:15 +02:00
README.md Average times and multiple test iterations. 2023-06-29 11:05:45 +02:00
settings.gradle first commit 2023-06-27 17:45:15 +02:00

Memory Performance Test

Examples

Test with 8GB memory:

java -Xms10g -Xmx10g -XX:+AlwaysPreTouch -jar memstress-0.0.1-all.jar -t 8

Test with 100GB memory:

java -Xms128g -Xmx128g -XX:+AlwaysPreTouch -jar memstress-0.0.1-all.jar -t 100