Skip to content

Commit

Permalink
SHIBUI-1333
Browse files Browse the repository at this point in the history
Gave java some more memory when running in docker.
  • Loading branch information
Bill Smith committed Jul 25, 2019
1 parent ec395ea commit 9ffc5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ dockerRun {
image 'unicon/shibui'
ports '10101:8080'
daemonize true
command '--spring.profiles.include=very-dangerous,dev', '--shibui.default-password={noop}password'
command '-Xmx2g', '--spring.profiles.include=very-dangerous,dev', '--shibui.default-password={noop}password'
clean true
}

0 comments on commit 9ffc5db

Please sign in to comment.