Skip to Main Content

Security Software

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!

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

User_LY6PPAug 21 2017 — edited Aug 21 2017

Dears,

in my environment we have below memory in bsu.sh but still we are getting "Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded" error.

#!/bin/sh

JAVA_HOME="/u01/oracle/products/identity/jdk"

MEM_ARGS="-Xms2048m -Xmx4096m -XX:+UseParallelGC"

"$JAVA_HOME/bin/java" ${MEM_ARGS} -jar patch-client.jar $*

Please help

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2017
Added on Aug 21 2017
2 comments
402 views