Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-php-memory-limit' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Nov 13, 2024
2 parents 10d3c5a + eb4a0ff commit 49fc2f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ COPY --from=builder /tmp/.deploy/cms /app

WORKDIR /app
ENV WEBROOT=web
ENV PHP_MEMORY_LIMIT=2048
# To not meet OOM on Drupal config import.
ENV PHP_MEMORY_LIMIT=2048M

# ====================================================================================================
# PHP IMAGE
Expand All @@ -79,7 +80,8 @@ COPY --from=cli /app /app

WORKDIR /app
ENV WEBROOT=web
ENV PHP_MEMORY_LIMIT=2048
# Keep EX nice when running static builds.
ENV PHP_MEMORY_LIMIT=2048M

# ====================================================================================================
# NGINX IMAGE
Expand Down

0 comments on commit 49fc2f4

Please sign in to comment.