Philippe>Interesting. How/when do that happen ? Philippe>It's a popup ? does it often trigger ?
Well, I tend to set Xmx / gclog before I launch it for the first time, so I rarely see that popup. AFAIK the default is something like Xmx750m: https://github.com/JetBrains/intellij-community/blob/a5eb2555c50d3866e3668c4fb8ca8bc624ecfb79/platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/VmOptionsGenerator.groovy#L50 Here's how it looks like: http://stackoverflow.com/questions/28760415/how-should-i-set-the-memory-for-intellij-14 Vladimir