Increase mirror cache on fsn1
This commit is contained in:
parent
14a26c968a
commit
68bc99fd15
|
@ -8,7 +8,7 @@
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
KillMode = "none";
|
KillMode = "none";
|
||||||
User = "root";
|
User = "root";
|
||||||
ExecStart = "${pkgs.rclone}/bin/rclone mount master:/mnt/data /var/www/mirror --allow-other --dir-cache-time=5m --log-level INFO --umask 002 --cache-dir /mnt/cache --vfs-cache-mode full --vfs-cache-max-age 72h0m0s --vfs-cache-max-size 5Gi";
|
ExecStart = "${pkgs.rclone}/bin/rclone mount master:/mnt/data /var/www/mirror --allow-other --dir-cache-time=5m --log-level INFO --umask 002 --cache-dir /mnt/cache --vfs-cache-mode full --vfs-cache-max-age 168h0m0s --vfs-cache-max-size 80Gi";
|
||||||
ExecStop = "/run/wrappers/bin/fusermount -uz /var/www/mirror";
|
ExecStop = "/run/wrappers/bin/fusermount -uz /var/www/mirror";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];
|
Environment = [ "PATH=/run/wrappers/bin/:$PATH" ];
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
|
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
|
||||||
boot.initrd.kernelModules = [ "nvme" ];
|
boot.initrd.kernelModules = [ "nvme" ];
|
||||||
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||||
|
fileSystems."/mnt/cache" = { device = "/dev/disk/by-label/mirror_cache"; fsType = "ext4"; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue