File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1770,14 +1770,14 @@ opcache.enable=1
17701770opcache.enable_cli =1
17711771
17721772; The OPcache shared memory storage size.
1773- ; opcache.memory_consumption=128
1773+ opcache.memory_consumption =256
17741774
17751775; The amount of memory for interned strings in Mbytes.
17761776; opcache.interned_strings_buffer=8
17771777
17781778; The maximum number of keys (scripts) in the OPcache hash table.
17791779; Only numbers between 200 and 1000000 are allowed.
1780- ; opcache.max_accelerated_files=10000
1780+ opcache.max_accelerated_files =20000
17811781
17821782; The maximum percentage of "wasted" memory until a restart is scheduled.
17831783; opcache.max_wasted_percentage=5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
77 apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
88
99RUN apt-get install -yqq nginx git unzip \
10- php8.4-cli php8.4-fpm php8.4-mysql php8.4-mbstring php8.4-xml php8.4-curl > /dev/null
10+ php8.4-bcmath php8.4- cli php8.4-fpm php8.4-mysql php8.4-mbstring php8.4-xml php8.4-curl php8.4-intl > /dev/null
1111
1212COPY --from=composer --link /usr/bin/composer /usr/local/bin/composer
1313
You can’t perform that action at this time.
0 commit comments