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.
Comments
Post a Comment