Re: sql compile failing with Zinc?

2018-08-14 Thread Steve Loughran
thanks. I'm launching zinc by hand, but then mvn is handing it off. Might be best to make the memory property configurable so that people can pla with it themselves. On 14 Aug 2018, at 13:02, Sean Owen mailto:sro...@gmail.com>> wrote: If you're running zinc directly, you can give it more

Re: sql compile failing with Zinc?

2018-08-14 Thread Marco Gaido
I am not sure, I managed to build successfully using the mvn in the distribution today. Il giorno mar 14 ago 2018 alle ore 22:02 Sean Owen ha scritto: > If you're running zinc directly, you can give it more memory with -J-Xmx2g > or whatever. If you're running ./build/mvn and letting it run

Re: sql compile failing with Zinc?

2018-08-14 Thread Sean Owen
If you're running zinc directly, you can give it more memory with -J-Xmx2g or whatever. If you're running ./build/mvn and letting it run zinc we might need to increase the memory that it requests in the script. On Tue, Aug 14, 2018 at 2:56 PM Steve Loughran wrote: > Is anyone else getting the

sql compile failing with Zinc?

2018-08-14 Thread Steve Loughran
Is anyone else getting the sql module maven build on master branch failing when you use zinc for incremental builds? [warn] ^ java.lang.OutOfMemoryError: GC overhead limit exceeded at scala.tools.nsc.backend.icode.GenICode$Scope.(GenICode.scala:2225) at