How to start a Java process with high priority on windows system -


first of question not thread priority.

i have created java program let's test.java. when

c:/> java test , mean when run program, windows operating system starts java process normal priority can see in windows task manager.

my program needs huge system resources. if java process has normal priority may not system resources as need. can set process priority high windows task manager going process right click , set priority high.

i want set process priority high either programmatically java program or while running program command prompt.

your highly appreciated.

it works me way: cmd start /high <app>

enter image description here

windows version:

enter image description here


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -