Skip to content

Commit

Permalink
Double xmx on appveyor - check if it will help with the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jul 3, 2019
1 parent ed902cf commit ec4ce61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ install:

environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
JAVA_OPTS: -Xss2m -Xmx1024m -XX:-TieredCompilation -XX:ReservedCodeCacheSize=48m -Dfile.encoding=UTF-8 -Djna.nosys=true
JAVA_OPTS: -Xss2m -Xmx4096m -XX:-TieredCompilation -XX:ReservedCodeCacheSize=48m -Dfile.encoding=UTF-8 -Djna.nosys=true
before_build:
- ps: |
@"
-Xss2m
-Xmx1024m
-Xmx4096m
-XX:ReservedCodeCacheSize=48m
-XX:-TieredCompilation
-Dfile.encoding=UTF-8
Expand Down

0 comments on commit ec4ce61

Please sign in to comment.