]
Ondrej Zizka commented on EMBJOPR-239:
--------------------------------------
Will this get fixed?
Limit the output of operations to prevent OOME
----------------------------------------------
Key: EMBJOPR-239
URL:
https://issues.jboss.org/browse/EMBJOPR-239
Project: Embedded Jopr
Issue Type: Bug
Affects Versions: 1.3
Reporter: Ondrej Zizka
Assignee: Charles Crouch
Some operations on resources can produce quite a lot of data in output. EmbJopr tries to
list this all, which can cause an OutOfMemoryError.
For example, List All Messages of JMS Queue causes it when the number of messages is in
order of thousands.
Could the output be somehow limited? E.g. pagination used. The operation itself still
retuns quite much data, but what really eats the memory is the web tier trying to display
it all.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: