Open for discussion: #15357- Allow multiple simultanous compilations Follow
State of request #15357- Allow multiple simultanous compilations
has changed to "To be discussed". If you want to comment on it please do not reply to this message but add comment to the request's thread instead at http://www.intellij.net/tracker/idea/viewSCR?publicId=15357
Please sign in to leave a comment.
I already do this sometimes with Ant, but since compilation is a memory
hog...
"Eugene Zhuravlev" <jeka@intellij.com> wrote in message
news:1981521.1061997118668.JavaMail.itn@is.intellij.net...
not reply to this message but add comment to the request's thread instead at
http://www.intellij.net/tracker/idea/viewSCR?publicId=15357
In 908 compiler tries to use as much memory as possible to speed up internal caches building (of course, the memory is freed after
the compilation completed). However, it won't issue an OutOfMemory exception like before if there's enough memory to fit all
dependency caches. Instead, it will swap some data on disk. Surely in second case make or full rebuild can take some more time.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"Amnon I. Govrin" <agovrin@freshwater.com> wrote in message news:biik62$912$1@is.intellij.net...
>
>
>