Hi Kirill, Thanks for the regexp hint.
I have an i7 with 16Gb of RAM, an only an SSD disk with 85Gb free. I'm not sure it's a memory issue, it's just a supposal sine the process stops without any message (seems like it was interrupted). I've emptied my entire Windows/temp to give it all the chances, increased the -Xmx from 2G to 4G and run again : Now my console doesn't show any message, since the regexp error was fixed : I only see that the process is running and taking 1.5G and 40% of the processor, then it just stops. Is there a logging parameter to set to see where it stopped? The compilation was working without any problem with GWT 2.6.1 (with my previous settings). <https://lh3.googleusercontent.com/-VRT_iPRt5kw/WAkP7vr1ljI/AAAAAAAAFeE/P2FUNP4yzmYAS-Vds-QU0S2txAgIkFwjwCLcB/s1600/ordi.PNG> On Thursday, October 20, 2016 at 6:07:41 PM UTC+1, Kirill Prazdnikov wrote: > > Hi > >> Note: the issue of error accessing RegCreateKey seams because the comiler >> is not run as an administrator? is it true? >> > > No, just create the key, error will disappear, StackOverflow has answers > on this; > > For memory issues you have to increase memory. Use -Xmx4g for example, use > 64bit java, use computers with 16+ G ram, disable background antivirus (it > checks everything GWT makes), clean TEMP folder, it might have many gigs > and 100k files, remove background tasks, and use SSDs only. > > -Kirill > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
