Re: Keep getting:out of memory when refreshing?

2012-08-10 Thread Ashton Thomas
Thanks, Jens. This worked for me after having memory issues post 2.5rc1 
update

On Tuesday, August 7, 2012 4:20:36 AM UTC-4, Jens wrote:

 Increase your heap space and/or PermGen space for DevMode. I am currently 
 working with: -Xmx1512m -XX:MaxPermSize=1024m . The PermSize is that high 
 because DevMode tends to have a ClassLoader Leak and does not throw away 
 old classes loaded by a different browser session (at least for me, maybe 
 its because of GIN which uses Guice).


 -- J.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/lWE21iaKe5wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Keep getting:out of memory when refreshing?

2012-08-07 Thread Alex Luya
And most of time it is thrown out by
statement:initWidget(uiBinder.createAndBindUi(this)),
but not specific for special class,seems randomly.Generally,this will
comes up after refreshing 3 or 4 times,then I must kill jvm then
restart;
After upgrade to 2.5 rc1,it will comes up after second time refreshing
even first time.And it only happens on refreshing.
   Can anyone give some suggestions to solve this problem?Thanks.  

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Keep getting:out of memory when refreshing?

2012-08-07 Thread Jens
Increase your heap space and/or PermGen space for DevMode. I am currently 
working with: -Xmx1512m -XX:MaxPermSize=1024m . The PermSize is that high 
because DevMode tends to have a ClassLoader Leak and does not throw away 
old classes loaded by a different browser session (at least for me, maybe 
its because of GIN which uses Guice).


-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JNpRSZ5Mw9sJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.