Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 1590 by [email protected]: robotframework.jar throw OutOfMemory exception
http://code.google.com/p/robotframework/issues/detail?id=1590

hi guys,

we use robotframework-2.8.1.jar in our project.

Because our cases are quite long and big, so the output.xml is also big. For example, only run 6 cases, but the output.xml can be 50M.

Now we always met the Java OutOfMemory exception. We have some workaround to fix this. For example, in our batch script, we set the jvm to -Xmx2048M. Even when use rebot to post-processing output.xml, we also need set the jvm to -Xmx2048M.
"
java -Xmx2048M -cp %RobotJar% org.robotframework.RobotFramework1
"

Even through the issue is temporarily fixed, but i am not sure whether there is a way to thoroughly fix it. When our cases are more and more, the -Xmx2048M is not enough one day?

Please advice! Is there a way to thoroughly solve the problem? Also whether RF in python is better than RF in jython? RF in python should have no such problem with big cases?

thanks in advance.

best regards,
xiaoqin

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to