Skip to content

Commit

Permalink
Update Dockerfile.artisan-worker
Browse files Browse the repository at this point in the history
Setting the ram default to a sane 400M
  • Loading branch information
bryangruneberg authored Dec 2, 2019
1 parent a22ea55 commit 7a09001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php-7.3/Dockerfile.artisan-worker
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN npm run dev
ENV APP_ENV=${LAGOON_ENVIRONMENT_TYPE}
ENV WEBROOT=public
ENV PAGER=less
ENV PHP_MEMORY_LIMIT=8192M
ENV PHP_MEMORY_LIMIT=400M
CMD ["/app/scripts/worker.sh"]

0 comments on commit 7a09001

Please sign in to comment.