-
Notifications
You must be signed in to change notification settings - Fork 41
Armbian Tuning
Aaron W Morris edited this page Aug 29, 2022
·
9 revisions
Armbian uses a few optimizations to reduce writes to the SDcard such as zram and zlog. These need to be disabled to have enough space to build the python module packages.
Once indi-allsky is built and running, these services can be re-enabled.
- Edit
/etc/fstab
- Comment out the /tmp mount
- Edit
/etc/default/armbian-ramlog
- Set
ENABLED=false
- Edit
/etc/default/armbian-zram-config
- Set
ENABLED=false
sudo apt-get install dphys-swapfile
REBOOT!