Am 19.10.2011 16:16, schrieb dan.zheng:
So many objects dump directly to jsp will certainly consume a lot memory,I suppose you can enlarge your Web Server's jvm memory size to afford your requirement such as "-Xms 1024m -Xmx 1024m",more details can come from google "jvm tuning"
What do you mean by "dump directly to jsp"? Struts2 custom tags are ultimately calling your action class methods to (for example) access an action property in the form of an instance of an iterator-like class. Exactly *how* the data is maintained internally is completely left to the implementation of *your* class, the framework itself uses proper abstraction. In short: Memory issues are *your fault* not Struts2's.
Robert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org