Skip to content

Commit

Permalink
actually use jvm args! (#688)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Preston <ianopolous@protonmail.com>
  • Loading branch information
ianopolousfast and ianopolous authored Jan 31, 2024
1 parent 3c454d0 commit f1fd7b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions calculate_average_ianopolousfast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.
#

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

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

0 comments on commit f1fd7b7

Please sign in to comment.