Current time: 11-16-2024, 03:00 PM Hello There, Guest! (LoginRegister)


Post Reply 
Reinicio automatico
Author Message
shiizpa Offline
Junior Member
*

Posts: 69
Joined: Mar 2009
Reputation: 2
Post: #3
RE: Reinicio automatico
Puedes limpiar la memoria agregando esto en tu crontab

Code:
crontab -e

Code:
0 */2 * * * echo 3 > /proc/sys/vm/drop_caches

echo 1 > /proc/sys/vm/drop_caches : Libera la pagecache.
echo 2 > /proc/sys/vm/drop_caches : Libera inodos y dentries.
echo 3 > /proc/sys/vm/drop_caches : Libera pagecache, inodos y dentries.

Esto limpiara tu memoria RAM cada 2 horas sin tener que reiniciar la máquina recuerda hacerlo como administrador.
01-25-2010 11:21 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Reinicio automatico - tecfernandez92 - 01-25-2010, 02:19 AM
RE: Reinicio automatico - kurgans - 01-25-2010, 02:28 AM
RE: Reinicio automatico - shiizpa - 01-25-2010 11:21 PM
RE: Reinicio automatico - kilburn - 01-25-2010, 11:27 PM
RE: Reinicio automatico - shiizpa - 01-25-2010, 11:43 PM
RE: Reinicio automatico - kilburn - 01-26-2010, 12:07 AM
RE: Reinicio automatico - kurgans - 01-26-2010, 12:11 AM
RE: Reinicio automatico - kilburn - 01-26-2010, 12:18 AM
RE: Reinicio automatico - kurgans - 01-26-2010, 02:04 AM
RE: Reinicio automatico - kilburn - 01-26-2010, 02:43 AM
RE: Reinicio automatico - jpertuz - 01-26-2010, 05:32 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)