Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-22 Thread willem . vermeer
Thanks for your time, Willem "Michael Jouravlev" <[EMAIL PROTECTED]> 21/02/2006 20:08 Por favor, responda a "Struts Users Mailing List" Para: "Struts Users Mailing List" cc: Asunto: Re: RequestProcessor processPopulate heavily

Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread Michael Jouravlev
Session-scoped form can affect memory footprint on the first load and barely on update. He gets +30M on each load. I doubt that reasonably designed session-scoped form can be at fault here. It would sit there, but it would not grow that fast. There should be something else that he allocates. BTW,

Re: RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread Joe Germuska
Do you have a session scoped form with one or more FormFile properties? Consider switching the scope to request, or alternatively, using the element to reduce the size of the in-memory file representation before the data is written to disk (see the memFileSize attribute described at http://s

RequestProcessor processPopulate heavily increases memory usage

2006-02-21 Thread willem . vermeer
Hi, Last week we migrated our Struts 1.0 application to 1.2.8. As far as we can tell, we correctly followed the migration steps inbetween. Since the migration we have noticed the following weird behaviour: upon submitting a form from a jsp to as struts form/action, the method processPopulate of