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.
