aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_gamlerhart.sh
diff options
context:
space:
mode:
authorRoman Stoffel <roman.stoffel@gamlor.info>2024-01-31 18:13:08 +0100
committerGitHub <noreply@github.com>2024-01-31 18:13:08 +0100
commitb529ef2a59c7df8f435ff7b1fc91362457180498 (patch)
tree93038cf3ea697d1053352dff7247d8ce89402266 /calculate_average_gamlerhart.sh
parent3cc4fc85d83122eba8944036691d00e195b6aa57 (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-xcalculate_average_gamlerhart.sh2
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