diff --git a/Dockerfile b/Dockerfile index 74ab5f9..6703bce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,4 +40,4 @@ RUN gem update --system 3.0.8 # https://github.com/rubygems/rubygems/issues/3068 RUN gem install bundler RUN bundle install -RUN echo "org.gradle.jvmargs=-Xmx1024m" >> local.properties \ No newline at end of file +RUN echo "org.gradle.jvmargs=-Xmx768m" >> local.properties \ No newline at end of file