ninja2: fix thread priorities workaround url on jvm.options

This commit is contained in:
Paulo Motta 2017-01-06 10:59:53 -02:00
parent 44d2b80098
commit 2e675b5ca3
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-workararound.html
# see http://tech.stolsvik.com/2010/01/linux-java-thread-priorities-workaround.html
-XX:ThreadPriorityPolicy=42
# Enable heap-dump if there's an OOM