Updates:
        Status: WontFix

Comment #1 on issue 1590 by pekka.klarck: robotframework.jar throw OutOfMemory exception
http://code.google.com/p/robotframework/issues/detail?id=1590

It's a known problem that processing large outputs requires lot of memory. We have enhanced memory usage significantly in 2.7 and 2.8, and I doubt there's anything major we could do to improve it much. This is open source so the code is available if you want to profile it and investigate it otherwise.

Java's default maximum memory is pretty low, so extending like you've done is a good idea. Python has similar problems than Jython, but it performs significantly better and limits are an order of magnitude higher. Running tests with Jython and then generating reports/logs with Python using Rebot is thus one possible workaround.

I'm not aware of memory usage differences between using the standalone jar and normal installation on Jython. You may want to check this yourself, though.

--
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