You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/10/12 09:09:21 UTC

kafka git commit: KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows

Repository: kafka
Updated Branches:
  refs/heads/trunk bdf8e211e -> bfa82fc0b


KAFKA-6055; Fix typo in KAFKA_JVM_PERFORMANCE_OPTS for Windows

Author: Vahid Hashemian <va...@us.ibm.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #4062 from vahidhashemian/KAFKA-6055


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

Branch: refs/heads/trunk
Commit: bfa82fc0b63a5ad0121da6e2190a587eb672a1d5
Parents: bdf8e21
Author: Vahid Hashemian <va...@us.ibm.com>
Authored: Thu Oct 12 10:09:16 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Thu Oct 12 10:09:16 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/bfa82fc0/bin/windows/kafka-run-class.bat
----------------------------------------------------------------------
diff --git a/bin/windows/kafka-run-class.bat b/bin/windows/kafka-run-class.bat
index 0c2d4bd..c56f82c 100755
--- a/bin/windows/kafka-run-class.bat
+++ b/bin/windows/kafka-run-class.bat
@@ -168,7 +168,7 @@ IF ["%KAFKA_HEAP_OPTS%"] EQU [""] (
 
 rem JVM performance options
 IF ["%KAFKA_JVM_PERFORMANCE_OPTS%"] EQU [""] (
-	set KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:ExplicitGCInvokesConcurrent -Djava.awt.headless=true
+	set KAFKA_JVM_PERFORMANCE_OPTS=-server -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -Djava.awt.headless=true
 )
 
 IF not defined CLASSPATH (