Guest unknownz Posted October 5, 2005 Report Posted October 5, 2005 hi, i remember reading from a Web site that teaches u how to automate the freeing up of memory at regular intervals using oxios hibernate and xbar anyone happen to know whats the Web site url or how to do it? many thanks!
Guest gpcarreon (MVP) Posted October 5, 2005 Report Posted October 5, 2005 Hi. Welcome to MoDaCo! You can use CronEdit (sorry I forgot the URL) or edit your crontab.txt Check this sample code: # # r------minute (0-59) # | r------hour (0-23) # | | r------day of the month (1-31) # | | | r------month (1-12) # | | | | r------day of the week (1-7, monday=1) # | | | | | r------ command to run--------------> # | | | | | | 0 -1 -1 -1 -1 \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk The code will launch Hibernate (thus release memory) every hour. :o
Guest azamsaghir Posted October 5, 2005 Report Posted October 5, 2005 I believe xbar (latest) does this automatically when memory levels reach a certain level. Edit your xbar_cfg by adding: // when % of memory load, try to clean memory AUTOCLEAN=90 Which will automate a purge at 90%. Regards Azam
Guest unknownz Posted October 6, 2005 Report Posted October 6, 2005 hi all, many thanks for the prompt replies :o
Guest unknownz Posted October 7, 2005 Report Posted October 7, 2005 Hi. Welcome to MoDaCo! You can use CronEdit (sorry I forgot the URL) or edit your crontab.txt Check this sample code: # # r------minute (0-59) # | r------hour (0-23) # | | r------day of the month (1-31) # | | | r------month (1-12) # | | | | r------day of the week (1-7, monday=1) # | | | | | r------ command to run--------------> # | | | | | | 0 -1 -1 -1 -1 \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk The code will launch Hibernate (thus release memory) every hour. :o <{POST_SNAPBACK}> hi, tried using your method and though it works, there's a drawback ... whenever the oxios hibernate is executed, i have to click on ok for the thing to run. anyway to automate the whole process? :roll:
Guest gpcarreon (MVP) Posted October 7, 2005 Report Posted October 7, 2005 Yep you can automate the clicking. Kindly check this if you have time: http://www.gpcarreon.com/?p=129 So, instead of \Storage\windows\Start Menu\Accessories\Oxios Hibernate.lnk, your crontab.txt should be: \Storage\windows\Start Menu\Memory\Oxios Hibernate.lnk Of course, the script won't run (click OK) if your phone is keypad locked. :o
Guest unknownz Posted October 11, 2005 Report Posted October 11, 2005 thanks a million, thats the website that im looking for ... cheers!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now