You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by pa...@apache.org on 2017/01/06 11:54:52 UTC

cassandra git commit: ninja: fix thread priorities workaround url on jvm.options

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.X 4fefdee59 -> 44d2b8009


ninja: fix thread priorities workaround url on jvm.options


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44d2b800
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44d2b800
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/44d2b800

Branch: refs/heads/cassandra-3.X
Commit: 44d2b800981d8e0a2304882b2a33b5f0fffde5d8
Parents: 4fefdee
Author: Paulo Motta <pa...@apache.org>
Authored: Fri Jan 6 09:52:22 2017 -0200
Committer: Paulo Motta <pa...@apache.org>
Committed: Fri Jan 6 09:54:37 2017 -0200

----------------------------------------------------------------------
 conf/jvm.options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/44d2b800/conf/jvm.options
----------------------------------------------------------------------
diff --git a/conf/jvm.options b/conf/jvm.options
index f91466a..06e9414 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