I'm not surprised. You're allocating 20 megs for your program. This is
not much. I'm not surprised you're running out of memory. I'd suggest
using a higher value.
> java -mx2k xxApplication
--
To UNSUBSCRIBE, email
Hai all,
I developed an application to be run on Linux
platform using JDK1.2.2…But when I run the same on Linux compiled with the
JDK1.2 (from blackdown.org),I am getting Out of memory error… My application
is using postgresSQL as the backendand the JDBC driver provided by the
PostgresSQL.