From 2e675b5ca3a86e38431e09b46784d8427b106bef Mon Sep 17 00:00:00 2001 From: Paulo Motta Date: Fri, 6 Jan 2017 10:59:53 -0200 Subject: [PATCH] ninja2: fix thread priorities workaround url on jvm.options --- conf/jvm.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jvm.options b/conf/jvm.options index 06e9414bf7..f5401d2abe 100644 --- a/conf/jvm.options +++ b/conf/jvm.options @@ -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