Skip to content

Commit f1fd7b7

Browse files
actually use jvm args! (#688)
Co-authored-by: Ian Preston <[email protected]>
1 parent 3c454d0 commit f1fd7b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

calculate_average_ianopolousfast.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18-
JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector"
19-
#-Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=0 -XX:-UseTransparentHugePages"
18+
JAVA_OPTS="--enable-preview --add-modules=jdk.incubator.vector -Djdk.incubator.vector.VECTOR_ACCESS_OOB_CHECK=0 -XX:-UseTransparentHugePages"
2019

2120
java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_ianopolousfast

0 commit comments

Comments
 (0)