diff options
| author | Roman Stoffel <roman.stoffel@gamlor.info> | 2024-01-31 18:13:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 18:13:08 +0100 |
| commit | b529ef2a59c7df8f435ff7b1fc91362457180498 (patch) | |
| tree | 93038cf3ea697d1053352dff7247d8ce89402266 /calculate_average_gamlerhart.sh | |
| parent | 3cc4fc85d83122eba8944036691d00e195b6aa57 (diff) | |
Gamlerhart Last Update: Disabling GC (#636)
* Disable The GC
Cuts off sometimes up to 1 seconds
of runtime on my machine.
* Remove Confusing Byte-Order Parameter
Bytes have no Byte-Order ;)
* Provide More Memory to Run the 10K set
* Fix Comparison Function
Diffstat (limited to 'calculate_average_gamlerhart.sh')
| -rwxr-xr-x | calculate_average_gamlerhart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate_average_gamlerhart.sh b/calculate_average_gamlerhart.sh index c52a25b..7427ea6 100755 --- a/calculate_average_gamlerhart.sh +++ b/calculate_average_gamlerhart.sh @@ -15,5 +15,5 @@ # limitations under the License. # -JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector" +JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -Xmx512m -Xlog:all=error" java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_gamlerhart |
