You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by li...@apache.org on 2018/05/27 17:05:48 UTC

[kafka] branch trunk updated: MINOR: Remove MaxPermSize from gradle.properties

This is an automated email from the ASF dual-hosted git repository.

lindong pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b751321  MINOR: Remove MaxPermSize from gradle.properties
b751321 is described below

commit b7513214860008070568eae2f28b7eb581166d72
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Sun May 27 10:04:58 2018 -0700

    MINOR: Remove MaxPermSize from gradle.properties
    
    No longer needed since we dropped support for Java 7.
    
    Author: Ismael Juma <is...@juma.me.uk>
    
    Reviewers: Dong Lin <li...@gmail.com>
    
    Closes #5083 from ijuma/remove-max-perm-size
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index ab94b7b..3fec74a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,4 +19,4 @@ group=org.apache.kafka
 version=2.0.0-SNAPSHOT
 scalaVersion=2.11.12
 task=build
-org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m
+org.gradle.jvmargs=-Xmx1024m -Xss2m

-- 
To stop receiving notification emails like this one, please contact
lindong@apache.org.