We've launching GWT compiler with options: -Xms512m -Xmx768m -- Kind regards, Ignat Alexeyenko.
On Tue, Jan 26, 2010 at 2:35 PM, Francisco Bischoff <[email protected] > wrote: > The code you are trying to compile is the original from GWT 1.7 project or > have you made some changes? What about the 3rd party modules, do you use > some of that? Maybe there is some code messing up with the compiler... > > And the Development Mode, can you try the application using it? > > Try to compile your code as original as you had successfully compiled in > GWT 1.7 and try to make experiments cutting some 3rd party modules off. > > -- > Francisco Bischoff > http://www.cirurgiaplastica.pro.br > > "O mate está para o gaúcho como o chá para os ingleses, a coca para os > bolivianos, o uísque para os escoceses e o café... para os brasileiros" > -- Eduardo Bueno > > > On Mon, Jan 25, 2010 at 10:45 AM, Pieter Breed <[email protected]>wrote: > >> Hi Frincisca, >> >> Yes, actually... My machine is currently trying to build the app with >> an allocated 15Gigabytes of allocatable ram. Not many desktop machines >> have so much, so I'm stuttering along on virtual memory which makes it >> slow. (It's been busy for 2 hours already) >> >> But it does feel strange to me that gwtc would need so much ram, which >> is why I'm asking if we can work with the compiler in this case to >> keep these requirements down. The other option is that we are doing >> something wrong (which is slightly more likely). Maybe somebody can >> help us sort it out? >> >> Pieter >> >> On Jan 25, 11:59 am, Francisco Bischoff <[email protected]> >> wrote: >> > Hi, >> > >> > I'm not the very experient here, but have you tried to follow the >> compiler >> > error? >> > >> > [ERROR] Out of memory; to increase the amount of memory, use the -Xmx >> flag >> > at startup (java -Xmx128M ...) >> > >> > Maybe you just need to reserve more memory for the java compiler. >> > >> > -- >> > Francisco Bischoffhttp://www.cirurgiaplastica.pro.br >> > >> > "O mate está para o gaúcho como o chá para os ingleses, a coca para os >> > bolivianos, o uísque para os escoceses e o café... para os brasileiros" >> > -- Eduardo Bueno >> > >> > On Mon, Jan 25, 2010 at 9:47 AM, Pieter Breed <[email protected] >> >wrote: >> > >> > >> > >> > > [ERROR] Out of memory; to increase the amount of memory, use >> > > the -Xmx flag at startup (java -Xmx128M ...) >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
