We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb669a commit 4cdd8a7Copy full SHA for 4cdd8a7
1 file changed
build.sbt
@@ -13,6 +13,7 @@ javaOptions ++= Seq(
13
"-Dorg.nlogo.onLocal=" + Option(System.getProperty("org.nlogo.onLocal")).getOrElse("false"),
14
"-Dorg.nlogo.is3d=" + Option(System.getProperty("org.nlogo.is3d")).getOrElse("false"),
15
"-Dcom.sun.media.jai.disableMediaLib=true", // see https://github.com/NetLogo/GIS-Extension/issues/4
16
+ "-Dnetlogo.extensions.dir=" + (baseDirectory.value.getParentFile / "extensions").getAbsolutePath.toString,
17
"-Xmx4G"
18
)
19
0 commit comments