Out_Of_Memory_Error on server side [message #92341] |
Wed, 09 June 2004 01:18 |
Peter
Messages: 62 Registered: August 2000
|
Member |
|
|
Hi!
My application runs on client if I fixed the -XMX128M parameter for the runtime environment:
java - XMX128M prgname.class
If the application was deployed onto server it throws Out_Of_Memory_Error.
But the java pool and shared pool size were fixed to a big size 500 MB,
and java_soft_sessionspace_limit, java_max_sessionspace_size were zero in v$parameter (as i know it means unlimited).
The application on client side use near 100 MB memory.
Question: How could I fix the -XMX128M parameter to JServer on the server side, or any idea?
Thanks for answers
Péter
|
|
|