@diesieben07 I'm using 64bit as much as I know
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b03)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b03, mixed mode)
is that mean 64bit?
I downloaded forge 1.12.2 and I wanted to do
gradlew setupDecompWorkspace
I changed the process. org.gradle.jvmargs=-Xmx2G > process org.gradle.jvmargs=-Xmx1G
and everything seems to work until its hits :decompileMc
then its stops I saw to fix that i need to add more ram but when i update it back to 2G its wont work at all
(Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap)
my pc got 8gb of ram
can someone help me out?