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

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

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