Skip to content

Commit

Permalink
Merge pull request #554 from nextcloud/artonge/feat/increase_memory_l…
Browse files Browse the repository at this point in the history
…imit_for_shallow_server

Increase memory_limit
  • Loading branch information
artonge committed Jun 15, 2023
2 parents 04b7c04 + a31c25b commit 6b5efec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shallow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ADD ssl/nextcloud.crt /etc/ssl/certs/nextcloud.crt
ADD ssl/nextcloud.key /etc/ssl/private/nextcloud.key
ADD ssl/default-ssl.conf /etc/apache2/sites-available/default-ssl.conf
ADD default-nextcloud.conf /etc/apache2/sites-enabled/default-nextcloud.conf
ADD nextcloud.ini /etc/php/8.1/apache2/conf.d/nextcloud.ini

RUN chmod +x /usr/local/bin/*

Expand Down
1 change: 1 addition & 0 deletions shallow-server/nextcloud.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
memory_limit = 512M

0 comments on commit 6b5efec

Please sign in to comment.