Groovy 1.6 (beta-1) and heap space
As anyone compiled/ran anything successfully with Groovy 1.6 beta 1?
I haven't gone into detail about what's happening, but I always get a "out of heap space" error with it.
The same project runs/compiles fine with Groovy 1.5.6
Regards.
请先登录再写评论。
I guess it is related to call site optimizations in 1.6 that require much memory. Try increasing the heap by constant factor. In case that helps it would be interesting to know what the factor actually is.