4 Replies Latest reply on Oct 9, 2009 3:55 AM by magiccreative

    Large data in rich:datatable ended on outofmemory

    apusnaias

      Hello,

      i'm dealing with a little problem. i'm using myfaces 1.2 and richfaces 3.3.2.GA on Tomcat 6.0.
      jvmargs are -Xms256M -Xmx1024M

      a selecteonemenu let me choose wich data to display, and rerender the datatable in ajax way with a4j:support.

      i'm first able to load and design a rich:datatable with around 4000 rows and 17 columns.
      When i change the selectonemenu and rerender the rich:datatable to design a larger table : around 9000 rows,38 columns
      i'm seeing in tomcat logs :

      java.lang.OutOfMemoryError: Java heap space.

      when i try to load the big table at the first time, richfaces randomly design it.



      can anyone help me please.

      thx.