Running python scripts with nice and ionice
Hi,
Is it possible to configue pycharm to run scripts with the command:
/usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7
I need my scripts to run with the lowest possible priority. Thank you for your time.
Is it possible to configue pycharm to run scripts with the command:
/usr/bin/nice -n 19 /usr/bin/ionice -c2 -n7
I need my scripts to run with the lowest possible priority. Thank you for your time.
Please sign in to leave a comment.
Sorry to dig up this old post again, but I'm facing the same problem. Isn't there a solution for this?