开发者

Which heap is used while building project in eclipse?

I am building开发者_StackOverflow社区 a flex project manually in eclipse and want to know which heap is used during this process:

The heap used to run eclipse mentioned in eclipse.ini or the JRE heap specified within the eclipse?

Thanks much!


I believe that the Flex Builder/Flash Builder plugins use the Java api to compile Flex apps, so they share the heap with Eclipse. If you are running into slowness/OOM errors while compiling, try to set the heap higher in eclipse.ini. You can also check the 'Show Heap Status' checkbox in the Eclipse preferences under the 'General' category. This will give you an indicator on the bottom-right corner of Eclipse showing used/total heap.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜