ninja: fix thread priorities workaround url on jvm.options

This commit is contained in:
Paulo Motta 2017-01-06 09:52:22 -02:00
parent 4fefdee591
commit 44d2b80098
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
# allows lowering thread priority without being root on linux - probably
# not necessary on Windows but doesn't harm anything.
# see http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workar
# see http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workararound.html
-XX:ThreadPriorityPolicy=42
# Enable heap-dump if there's an OOM