[community project configuration] increase heap size for compiler process

It seems that after adding Kotlin plugin sources we need more heap to compile the project sources.

GitOrigin-RevId: 2da1168a354c741a40ebf3a141073c5432a1eace
This commit is contained in:
Nikolay Chashnikov
2021-05-18 11:47:58 +03:00
committed by intellij-monorepo-bot
parent d419b7b165
commit 20b11c98bf
2 changed files with 2 additions and 2 deletions

2
.idea/compiler.xml generated
View File

@@ -4,7 +4,7 @@
<option name="BUILD_JARS_ON_MAKE" value="false" />
</component>
<component name="CompilerConfiguration">
<option name="BUILD_PROCESS_HEAP_SIZE" value="1100" />
<option name="BUILD_PROCESS_HEAP_SIZE" value="2000" />
<option name="BUILD_PROCESS_ADDITIONAL_VM_OPTIONS" value="-Dgroovyc.in.process=true -Dgroovyc.asm.resolving.only=false" />
<excludeFromCompile>
<file url="file://$PROJECT_DIR$/java/execution/jshell-frontend/src/com/intellij/execution/jshell/frontend/Main.java" />

View File

@@ -32,7 +32,7 @@
<attribute name="target" default="default"/>
<sequential>
<java failonerror="true" jar="${project.home}/lib/ant/lib/ant-launcher.jar" fork="true">
<jvmarg line="-Xmx1500m"/>
<jvmarg line="-Xmx2000m"/>
<sysproperty key="jna.nosys" value="true" />
<sysproperty key="java.awt.headless" value="true"/>
<sysproperty key="gant.script" value="@{script}"/>