Armbian
Disable armbian-ramlog
Edit /etc/default/armbian-ramlog:
ENABLED=false
Comment out the entry in /etc/cron.d/armbian-truncate-logs:
# 0,15,30,45 * * * * root /usr/lib/armbian/armbian-truncate-logs
Comment out the entry in /etc/cron.daily/armbian-ram-logging:
#/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1
Restart the server:
sudo systemctl reboot