Skip to content

Commit

Permalink
Поднял дефолтный лимит памяти до 3g
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jul 30, 2023
1 parent a14f320 commit 00d2a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-jpackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def build_image(base_dir, image_prefix, executable_file):
cmd_args.append('--type')
cmd_args.append('app-image')
cmd_args.append('--java-options')
cmd_args.append('-Xmx2g')
cmd_args.append('-Xmx3g')

cmd = ' '.join(cmd_args)
os.system(cmd)
Expand Down

0 comments on commit 00d2a4e

Please sign in to comment.