Skip to content

Commit

Permalink
Increase default apc.shm_size to 256M
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Aug 7, 2024
1 parent e2ec81e commit 94e8484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ ARG BASE_IMAGE_TAG
FROM wodby/php:${BASE_IMAGE_TAG}

ENV PHP_REALPATH_CACHE_TTL="3600" \
PHP_OUTPUT_BUFFERING="16384"
PHP_OUTPUT_BUFFERING="16384" \
PHP_APCU_SHM_SIZE="256M"

USER root

Expand Down

0 comments on commit 94e8484

Please sign in to comment.