The Following 8 Users Say Thank You to immi.shk For This Useful Post: | ||
|
2012-01-25
, 06:02
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#2
|
The Following User Says Thank You to droll For This Useful Post: | ||
|
2012-01-25
, 06:44
|
Posts: 432 |
Thanked: 544 times |
Joined on Feb 2011
|
#4
|
i would make a slight improvement to the suggestion:
1. something that takes a snapshot of all the running tasks (only tasks that show up in the task manager) that the user launched.
2. then user selects something called
a) flush tasks - this removes everything running that is *not* in the snapshot.
b) end all - this removes everything running.
as for refreshing ram, there are better strategies to do this. i suggest we leave this out and put this as a separate script that runs at a scheduled time (say 4am??).
just some suggestions
|
2012-01-25
, 06:57
|
Posts: 432 |
Thanked: 544 times |
Joined on Feb 2011
|
#5
|
|
2012-01-25
, 07:26
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#6
|
|
2012-01-25
, 08:19
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#7
|
ps ux
kill PID
kill -9 PID
sync && echo 3 > /proc/sys/vm/drop_caches
The Following 6 Users Say Thank You to sulu For This Useful Post: | ||
|
2012-01-25
, 08:34
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#8
|
my request is...
is it possible to add a "CLOSE ALL TASKS" command next to "End Current Task" in Power Button Menu... which also Doubles as "Refresh Ram" when all the tasks are Closed...
it would be a really helpful addition to N900 performance
The Following 4 Users Say Thank You to reinob For This Useful Post: | ||
|
2012-01-25
, 08:37
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#9
|
Get tasks started by user:End task gracefully:Code:ps ux(PID is the process number you get from the ps command)Code:kill PID
Kill task:Code:kill -9 PID
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
|
2012-01-25
, 09:05
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#10
|
at that time "End Current Task" in Power Button Menu comes handy but it only ends one task at a time plus i dont know if it ends it smoothly or not(i mean in case microB is downloading a file.. does it stops microb from writing it to disc & then ends it)..
also it feels that N900 ram doesn't gets free after we end all the tasks manually... in windows i used a few commands to clean clipbord after all my multimedia work to Refresh RAM & get a faster PC...
my request is...
is it possible to add a "CLOSE ALL TASKS" command next to "End Current Task" in Power Button Menu... which also Doubles as "Refresh Ram" when all the tasks are Closed...
it would be a really helpful addition to N900 performance
i hope someone might make it possible...
regards
immi.shk