Repository: kafka
Updated Branches:
  refs/heads/trunk 5174df537 -> 09234f0e5


trivial change to remove -UseCompressedOops option from script


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/09234f0e
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/09234f0e
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/09234f0e

Branch: refs/heads/trunk
Commit: 09234f0e5206b8cb55e89cffc4a0ecfbaafc7f86
Parents: 5174df5
Author: Jun Rao <jun...@gmail.com>
Authored: Fri Jan 16 19:04:11 2015 -0800
Committer: Jun Rao <jun...@gmail.com>
Committed: Fri Jan 16 19:04:11 2015 -0800

----------------------------------------------------------------------
 bin/kafka-run-class.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/09234f0e/bin/kafka-run-class.sh
----------------------------------------------------------------------
diff --git a/bin/kafka-run-class.sh b/bin/kafka-run-class.sh
index ce3a4d0..22a9865 100755
--- a/bin/kafka-run-class.sh
+++ b/bin/kafka-run-class.sh
@@ -112,7 +112,7 @@ fi
 
 # JVM performance options
 if [ -z "$KAFKA_JVM_PERFORMANCE_OPTS" ]; then
-  KAFKA_JVM_PERFORMANCE_OPTS="-server -XX:+UseCompressedOops -XX:+UseParNewGC 
-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled 
-XX:+CMSScavengeBeforeRemark -XX:+DisableExplicitGC -Djava.awt.headless=true"
+  KAFKA_JVM_PERFORMANCE_OPTS="-server -XX:+UseParNewGC -XX:+UseConcMarkSweepGC 
-XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark 
-XX:+DisableExplicitGC -Djava.awt.headless=true"
 fi
 
 

Reply via email to