Closed zidoshare closed 1 year ago
This PR try to make it super easy for people to be able to configure their Java options by need. Like this:
{ "kotlin.java.opts": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms4G -Xlog:disable", }
This is useful for development with big repository.
Alternatively, user environment variables would also work just fine.
Good work, thank you very much.
This PR try to make it super easy for people to be able to configure their Java options by need. Like this:
This is useful for development with big repository.
Alternatively, user environment variables would also work just fine.