Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread Martin Grigorov
Hi, Options: 1) decrease the number of shown items. 70k is way too much information for a single page 2) use lighter model objects 3) increase your JVM max memory (-Xmx) On Mon, May 14, 2012 at 9:06 AM, raju.ch raju.challagun...@gmail.com wrote: Hi all, When loading more than 7 records

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
Sorry that I didn't give the proper information, actually we are showing 10 records per page and the size of the list is 7 which we are passing to PageableListview..It seems listview is loading all 7 items at once..and each request it probably might iterating the List..so I think loading

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
- Can you please provide a sample of LoadableDetachModel? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/pageablelistview-is-giving-out-of-memory-exception-while-loading-more-than-7-records-wicket-exame-tp4631614p4631794.html Sent from the Users forum mailing

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread Thomas Götz
https://cwiki.apache.org/WICKET/detachable-models.html -Tom raju.ch wrote: - Can you please provide a sample of LoadableDetachModel? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,