Memory requirements for 64bit gui

Here you go:

  1. Edit the Crontab file using: sudo crontab -e

  2. Put this command at the end of the file to reboot the system at 3am every day: 0 3 * * * /sbin/reboot

  3. Save the file and a message ‘crontab: installing new crontab’ should appear.

  4. Restart cron with: sudo /etc/init.d/cron restart

That’s it. When 3am next rolls around, your system will reboot and restore the memory usage to about 900MB, give or take a little.

I take it you’ve worked out how to start WD automatically after reboot?