mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[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:
committed by
intellij-monorepo-bot
parent
d419b7b165
commit
20b11c98bf
2
.idea/compiler.xml
generated
2
.idea/compiler.xml
generated
@@ -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" />
|
||||
|
||||
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user