Results 1 to 4 of 4
I was thinking, as a way to free up ram and processor power to have a cron reboot the server everynight at midnight.
Is this a good idea or is ...
- 12-09-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 23
Wise to cron.daily reboot?
I was thinking, as a way to free up ram and processor power to have a cron reboot the server everynight at midnight.
Is this a good idea or is it safe to do?
- 12-09-2006 #2
There is probably no good reason to reboot a GNU/Linux box nightly. If there's something specific you're trying to accomplish, chances are there are other ways to get there.
Also, you don't need to free up RAM (this is not a Windows box). Gentoo wiki put together a small piece on this you should probably read: http://gentoo-wiki.com/FAQ_Linux_Memory_Management
- 12-09-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 23
ok, thankyou for the useful info
- 12-09-2006 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Linux is a Unix like system so it has excellent memory management. When you see a system running with 90% of memory in use, you're system is running well. This is because the system caches applications in memory. It will free it as needed for other things.


Reply With Quote