Hi,
I have a java project with several modules, packaged in a WAR module which in turn is packaged in an EAR module. When i change a file in the war module (for example logback.xml) and do CTRL-SHIFT-F9 to package it i always get this exception:
Cannot package file
IO Error: com.intellij.openapi.util.io.FileTooBigException: Attempt to load 'C:\Users\heymajo\AppData\Local\Temp\1\packageFiletestproject2_war_0_0_13_SNAPSHOT_war1349766193857868650war' in memory buffer, file length is 97692257 bytes.
Intellij is configured with these vm options:
-Xms256m
-Xmx768m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
Thanks
Jorg