Tristan,

Is this a Google Web Toolkit question or a Google App Engine
(OutOfMemoryError on Jetty) question? It sounds like a GWT question,
in which case you should ask here:

http://groups.google.com/group/Google-Web-Toolkit



On Mon, Mar 15, 2010 at 7:12 AM, Tristan <[email protected]> wrote:
> Hi,
>
> I have Selenium RC hooked up and automated Selenium tests going using
> JUnit. The problem is that after Selenium runs about 34 out of the 43
> stories so far, my module complains that it is out of memory: [ERROR]
> Out of memory; to increase the amount of memory, use the -Xmx flag at
> startup (java -Xmx128M ...)
>
> Every time a Selenium test case is run, it opens a new Safari window
> and loads the page. I can see on the server (via eclipse) that it is
> rebinding my RPC services every time, which is normal as far as I can
> tell. And around 34 tests, during this rebinding, it gives me the
> above out of memory error.
>
> I already have the server memory set to -Xmx1024M... so that shouldn't
> be an issue.. is there a problem (ie memory leak) with DevMode? Or am
> I missing some parameter somewhere?
>
> Tristan
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" 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-appengine-java?hl=en.
>
>



-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en.

Reply via email to