Skip to content

Commit

Permalink
Increase Gradle heap to 2GiB. Disable forced GC. Increased log level …
Browse files Browse the repository at this point in the history
…during benchmark to INFO.
  • Loading branch information
chrisgleissner committed Apr 28, 2024
1 parent f7469ab commit 8b7db0b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 765 deletions.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default_iterations=10
default_batch_size=1
default_fork=1
default_fail_on_error=false
default_force_gc=true
default_force_gc=false

# Function to display usage information
show_usage() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.gradle.jvmargs=-Xms512m -Xmx512m
org.gradle.jvmargs=-Xms2g -Xmx2g
Loading

0 comments on commit 8b7db0b

Please sign in to comment.