Skip to content

Commit

Permalink
Increase JRuby RAM allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd committed Oct 13, 2019
1 parent 5a6229d commit 5826eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ADD Rakefile /app
RUN rake fixtures

ENV JRUBY_OPTS="--dev -J-Xmx400M"
ENV JRUBY_OPTS="--dev -J-Xmx1800M"
ADD . /app

RUN ./bin/setup
Expand Down

0 comments on commit 5826eee

Please sign in to comment.