Skip to content

Commit

Permalink
occ: increase memory limit
Browse files Browse the repository at this point in the history
Make sure occ has enough RAM during migration
  • Loading branch information
gsanchietti committed Jun 10, 2021
1 parent 8484a75 commit d359015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/usr/local/sbin/occ
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

# OCC wrapper running PHP from SCL

runuser -u apache -- scl enable rh-php73 -- php -d memory_limit=512M /usr/share/nextcloud/occ "$@"
runuser -u apache -- scl enable rh-php73 -- php -d memory_limit=1024M /usr/share/nextcloud/occ "$@"

0 comments on commit d359015

Please sign in to comment.