Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
checkfolder
Commits
5027b779
Verified
Commit
5027b779
authored
May 05, 2020
by
Ingo Pfennigstorf
💅
Browse files
Increase Memory Limit
parent
9715296a
Pipeline
#169830
failed
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5027b779
...
...
@@ -15,7 +15,7 @@ RUN apk update && \
unzip
&&
\
docker-php-ext-install zip
&&
\
# Add PHP parameters and install all dependencies
echo "memory_limit=
1024
M" > /usr/local/etc/php/conf.d/memory-limit.ini && \
echo "memory_limit=
2048
M" > /usr/local/etc/php/conf.d/memory-limit.ini && \
curl --silent --show-error https://getcomposer.org/installer | php && \
php composer.phar install --prefer-dist --no-progress --no-scripts --no-suggest --optimize-autoloader --classmap-authoritative --no-interaction && \
php composer.phar clear-cache && \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment