MINOR: Remove MaxPermSize from gradle.properties

No longer needed since we dropped support for Java 7.

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

Reviewers: Dong Lin <lindong28@gmail.com>

Closes #5083 from ijuma/remove-max-perm-size
This commit is contained in:
Ismael Juma 2018-05-27 10:04:58 -07:00 committed by Dong Lin
parent c470ff70d3
commit b751321486
1 changed files with 1 additions and 1 deletions

View File

@ -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