Skip to content

Commit

Permalink
Merge pull request #93 from xuwei-k/MaxPermSize
Browse files Browse the repository at this point in the history
remove MaxPermSize option
  • Loading branch information
eed3si9n committed Jun 27, 2017
2 parents 16f24f2 + 59d6a2f commit 5c6b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val plugin = (project in file("plugin")).
description := "sbt plugin to generate growable datatypes.",
ScriptedPlugin.scriptedSettings,
scriptedLaunchOpts := { scriptedLaunchOpts.value ++
Seq("-Xmx1024M", "-XX:MaxPermSize=256M", "-Dplugin.version=" + version.value)
Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
},
publishLocal := (publishLocal dependsOn (publishLocal in library)).value
).
Expand Down

0 comments on commit 5c6b1e2

Please sign in to comment.