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.

0
Avatar
Permanently deleted user

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.

0

请先登录再写评论。