Skip to content
Snippets Groups Projects
Commit 041ed9b6 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Add GC options for ruby

parent d5304956
No related merge requests found
...@@ -13,6 +13,7 @@ RUN curl -L https://github.com/discourse/discourse/archive/v${DISCOURSE_VERSION} ...@@ -13,6 +13,7 @@ RUN curl -L https://github.com/discourse/discourse/archive/v${DISCOURSE_VERSION}
&& bundle install --deployment --without test --without development && bundle install --deployment --without test --without development
ENV RAILS_ENV production ENV RAILS_ENV production
ENV RUBY_GC_MALLOC_LIMIT 90000000
ENV DISCOURSE_DB_HOST postgres ENV DISCOURSE_DB_HOST postgres
ENV DISCOURSE_REDIS_HOST redis ENV DISCOURSE_REDIS_HOST redis
ENV DISCOURSE_SERVE_STATIC_ASSETS true ENV DISCOURSE_SERVE_STATIC_ASSETS true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment