Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

heap issue

807598Jun 17 2006 — edited Jun 21 2006
Hello,

I have set the minimum and maximum heap size to 512 M for the JVM. When I run my program, I keep gettting Java OutofMemory errors even though according to the Memory Window, I am only using about 100 M to run the program. I am using the NetBeans 5.0 IDE, so that's where I have the Memory Window. Can someone enlighten me as to how this is possible? The memory i am using shouldn't be anywhere near 512 M.

Thanks,

Jacob

Comments

davidp 2
Exipred messages will go into the exception queue. When I was working with a similar AQ system, I had a scheduled job to remove the expired jobs, simply by dequeueing them from the exception queue using the normal DBMS_AQ.DEQUEUE or DBMS_AQ.DEQUEUE_ARRAY.

I've changed employers since then, so I'm afraid I can't give an exact example or more detail.

Regards,
David
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 19 2006
Added on Jun 17 2006
5 comments
143 views