Repository: kafka
Updated Branches:
  refs/heads/trunk 3285a9c89 -> 6acd37720


KAFKA-2457; Fix how the argument is passed to `compileScala`

Author: Ismael Juma <ism...@juma.me.uk>

Reviewers: Gwen Shapira

Closes #159 from ijuma/kafka-2457-fix


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

Branch: refs/heads/trunk
Commit: 6acd37720df402a665094ba1153ae200ad5d6705
Parents: 3285a9c
Author: Ismael Juma <ism...@juma.me.uk>
Authored: Fri Aug 21 12:52:30 2015 -0700
Committer: Gwen Shapira <csh...@gmail.com>
Committed: Fri Aug 21 12:52:30 2015 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/6acd3772/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 228cbe9..3fd54cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -169,7 +169,7 @@ subprojects {
 
     configure(scalaCompileOptions.forkOptions) {
       memoryMaximumSize = '1g'
-      jvmArgs = ['-XX:MaxPermSize=512m -Xss2m']
+      jvmArgs = ['-XX:MaxPermSize=512m', '-Xss2m']
     }
   }
 }

Reply via email to