cancel
Showing results for 
Search instead for 
Did you mean: 

Index creation failed:GC Overhead limit exceeded

Former Member
0 Kudos

Hi All,

          I am creating index on UNX universe. after some time i got the following error.

If any one know the solution how to resolve the issue please help me ASAP.

Thanks,

Ramana

Accepted Solutions (1)

Accepted Solutions (1)

madasamy_arunachalam
Active Participant
0 Kudos

Hi

This indicates allocated heap memory used or exhausted, so not available further at JVM level.

Check the allocated heap memory parameter .."-XX:MaxPermSize=xxxm" , try increasing some more xx MB...

also check if this parameter is set in JVM or not,  XX:-UseGCOverheadLimit , if not, set this parameter to turn off GC overhead limits.


regards

Swami

Former Member
0 Kudos

Hi Swami,

Thanks for you quick reply....

could you please tell me the location of the parameter....

Thanks,

Ramana

madasamy_arunachalam
Active Participant
0 Kudos

Hi

What is your web server ,  is it  a Apache Tomcat Server ?, then can you can see all JVM parameters in "Java Option"  under  tab "Java".

Get Apache Tomcat Properties via --> Start -> All Programs-> Tomcat -> Tomcat Configuration

If any JVM parameters value changed or new parameter added, then Tomcat service to be restarted.

regards

Swami

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramana,

This happens when java heap space of indexing server is reached.

Increase the value of -xmx in the command line of indexing server to higher value.

Default is -xmx1g for i gb hence increase it to higher value.

This happens when you index large query.

Increase it and then test.

Regards,

Pranay Sharma

Former Member
0 Kudos

Thanks for the solution Pranay Sharma.

Former Member
0 Kudos

Hi Jose,

Glad to know that would request you to close this discussion if the issue is resolved.

Regards,

Pranay