]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Increase RAM for nextcloud cron
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 31 Aug 2021 18:20:50 +0000 (20:20 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 29 Sep 2021 22:39:06 +0000 (00:39 +0200)
modules/private/websites/tools/cloud/default.nix

index 8a42cad9117924664764568eb7882cf66dd3a7bc..c3749402a74c2a86166565a34e8e6fdc8af472d5 100644 (file)
@@ -180,7 +180,7 @@ in {
           #! ${pkgs.stdenv.shell}
           export LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive
           export PATH=/run/wrappers/bin:$PATH
-          ${pkgs.php74}/bin/php -d memory_limit=512M -f ${nextcloud}/cron.php
+          ${pkgs.php74}/bin/php -d memory_limit=2048M -f ${nextcloud}/cron.php
           '';
       in [
         ''