From 44d2b800981d8e0a2304882b2a33b5f0fffde5d8 Mon Sep 17 00:00:00 2001 From: Paulo Motta Date: Fri, 6 Jan 2017 09:52:22 -0200 Subject: [PATCH] ninja: 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 f91466ad04..06e9414bf7 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-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