I am running multi-platform build 1.3.30 on window...
# kotlin-native
l
I am running multi-platform build 1.3.30 on windows and it fails on
Error occurred during initialization of VM. Could not reserve enough space for 3145728KB object heap
Gradle starts cinterop with
-Xmx3G
. How can I decrease it?
t
Have you tried Gradle options? There should be no KN-specific stuff here I guess.
l
ok, there was 32bit java on the path and it caused the issue. Swiching to 64bit problem solved