Java Heap in database.
Hi all,
how do I see memory allocation within the heap inside the database?
I'm in the middle of a large project that involves alot of java code in the database. Some of this code is serializing
some decent sized classes. Note this all ran before as a client server java app with a -Xmx of 384M.
my java pool is set to 128M, but doing the following to get my max runspace and max memory size I have...
(i wrappered oracle.aurora.vm.OracleRuntime.getMaxRunspaceSize() and oracle.aurora.vm.OracleRuntime.getMaxMemorySize())
select get_max_runspace_size from dual;
GET_MAX_RUNSPACE_SIZE
I'm in the middle of a large project that involves alot of java code in the database. Some of this code is serializing
some decent sized classes. Note this all ran before as a client server java app with a -Xmx of 384M.
my java pool is set to 128M, but doing the following to get my max runspace and max memory size I have...
(i wrappered oracle.aurora.vm.OracleRuntime.getMaxRunspaceSize() and oracle.aurora.vm.OracleRuntime.getMaxMemorySize())
select get_max_runspace_size from dual;
GET_MAX_RUNSPACE_SIZE
0