Been playing around with SmartGwt again after a six-month break or so and I constantly run out of memory while developing now. This happens after the 3rd or 4th refresh of the browser in hosted mode. I recall this happening before, but it was much less frequent (rare even).
Lots of things have changed so I'm trying to see if anyone else is having a similar problem and find out what is common.
1) Using GWT 2.5.1 now (not sure of version before but it wasn't 2.5.1 I don't think)
2) Using SmartGwt 4.0d now (was on 3.1 before)
3) Kepler Eclipse (was Juno before)
I'm on a Mac now as well but this happens on my windows box too at home.
So I start a test app (it has 5 buttons on it at the moment... nothing else).
I make a css change and refresh the browser.
I'm able to do this 3-4 times before I get an out of memory error in Eclipse and am forced to shut down server in Eclipse, wait a few seconds, restart it, and then refresh browser page again.
I've played with all sorts of eclipse.ini settings and none of them make a difference.
Lots of things have changed so I'm trying to see if anyone else is having a similar problem and find out what is common.
1) Using GWT 2.5.1 now (not sure of version before but it wasn't 2.5.1 I don't think)
2) Using SmartGwt 4.0d now (was on 3.1 before)
3) Kepler Eclipse (was Juno before)
I'm on a Mac now as well but this happens on my windows box too at home.
So I start a test app (it has 5 buttons on it at the moment... nothing else).
I make a css change and refresh the browser.
I'm able to do this 3-4 times before I get an out of memory error in Eclipse and am forced to shut down server in Eclipse, wait a few seconds, restart it, and then refresh browser page again.
I've played with all sorts of eclipse.ini settings and none of them make a difference.
Comment