Hi, if you not already done it, and if you have enough memory you can increase the maximum heap size. You can replace -Xmx512M (files startup.sh or startup.bat) with -Xmx1024M for example.
Regards, -rochi On Wed, 2008-06-25 at 10:46 +0800, stamilo wrote: > hi, > i have a big table ,about 10,000 rows data , > i use > > <form name="LOGList" type="list" list-name="examples" > paginate-target="LOGList"> > <actions> > <entity-condition entity-name="TLog"><order-by > field-name="fKey"/></entity-condition> > </actions> > that , want do display data , but nothing showed , > console report : > [java] 2008-06-25 02:44:17,360 (http-0.0.0.0-8443-2) > [StandardWrapperValve. > java:274:ERROR] Servlet.service() for servlet ControlServlet threw exception > [java] java.lang.OutOfMemoryError: Java heap space > > how i can display the big table ? > > thx!
