wofferl / proxmox-backup-arm64

Script for building Proxmox Backup Server 3.x (Bookworm) for Armbian64
151 stars 12 forks source link

Swapfile size restricted to 100M #45

Closed OberfragGER closed 5 months ago

OberfragGER commented 5 months ago

Just for the docu (im using Raspi4) with the lastest Raspi OS (Bookworm). The swapfile is restricted to 100M. If youre using fallocate, your running into

fallocate: fallocate failed: Text file busy

you see the status of the swapfile with: sudo service dphys-swapfile status

To change that, you´ll edit sudo nano /etc/dphys-swapfile to the Limit you want. But Max-Limit is 2048M You´ll see (and change it) it in nano /sbin/dphys-swapfile

...just for the wiki.

wofferl commented 5 months ago

added, thanks.