Hi, i'm trying to get swift export to work in my p...
# swift-export
s
Hi, i'm trying to get swift export to work in my project using kotlin 2.2.20-RC2. I'm getting an error that the java heap space is full after a gradle daemon is forked, and I can't figure out how to change the jvm args for the daemon worker.
I'm seeing this in the log creating the daemon worker.
Copy code
Starting process 'Gradle Worker Daemon 1'. Working directory: /Users/username/.gradle/workers Command: /Applications/Android <http://Studio.app/Contents/jbr/Contents/Home/bin/java|Studio.app/Contents/jbr/Contents/Home/bin/java> @/Users/username/.gradle/.tmp/gradle-worker-classpath11361869464870735883txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Worker Daemon 1'
a
Have you tried this ?
And have you read this ?
s
Yes, it's not using the setting from gradle.properties
a
Please file a ticket with a reproducer at http://youtrack.jetbrains.com/
p
Hi @spencer - would you mind posting your ticket here? I'd like to follow-up for you, if you like.
s
I'm not sure how to make a reproducible sample