Re: Java heap space in dbh.query()
Julian Tree <[email protected]> Mon, 23 Jul 2007 10:21:43 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks Joshua, > set JAVA_OPTIONS=-server -Xmx128m > This did the trick. > > 1) Don't get 3000 records. Humans can't usually make use of so many > anyway--is there a way you could use limit clauses to offer paged > results or something instead? > This is a very special situation. The client specifically want to see all the records on one page for invoice printing. Unfortunately the application was not mapped, cause it was being ported from PHP, and there are still some stored procedure and trigger running in the PostgreSQL backend. So using the helma ORM is not an option. Thanks for the tip on increasing the memory that is what I needed. Julian Tree _______________________________________________ Helma-user mailing list [email protected] http://helma.org/mailman/listinfo/helma-user