You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of taskKiller.sh kills some process which were observed to be memory hogging and were redundant as well. Thus it was an easy solution.
Can you write a separate script which can monitor tasks (between a startup and shutdown) which are memory hogging and keep a record in a file. The aim to to generate an analysis of your background tasks over many system runs, so that it is easier for you to decide which are those tasks which are memory hogging and redundant. They can be added to taskKiller.sh for automatic killing of those task.
Note:
Be careful while killing unknown task. Some task are essentially required for system to function and upon killing will make a system crash state. There won't be any permanent risk but unsaved data can be lost.
The text was updated successfully, but these errors were encountered:
The current implementation of
taskKiller.sh
kills some process which were observed to be memory hogging and were redundant as well. Thus it was an easy solution.Can you write a separate script which can monitor tasks (between a startup and shutdown) which are memory hogging and keep a record in a file. The aim to to generate an analysis of your background tasks over many system runs, so that it is easier for you to decide which are those tasks which are memory hogging and redundant. They can be added to
taskKiller.sh
for automatic killing of those task.Note:
Be careful while killing unknown task. Some task are essentially required for system to function and upon killing will make a system crash state. There won't be any permanent risk but unsaved data can be lost.
The text was updated successfully, but these errors were encountered: