After upgrading to Confluence version 5.5.7
Re-indexing is failing with below error.
java.lang.OutOfMemoryError: Java heap space
2015-04-18 04:41:37,766 ERROR [Indexer: 4] [confluence.search.lucene.ReindexWorkBatch] indexCollection Error indexing document
-- referer: http://xxxxxxxxxxxxxxx/admin/search-indexes.action | url: /admin/reindex.action | userName: xxxxxxx | action: reindex
java.lang.OutOfMemoryError: GC overhead limit exceeded
Please help me to resolve this.
Thanks in Advance.
Hello Pavan,
Can you please let us know how much memory is allocated to Confluence? This configuration is set in the <confluence-install-directory>/bin/setenv.sh file, for example:
-Xms1024m -Xmx1024m -XX:MaxPermSize=256m -XX:+UseG1GC
In case you are running Confluence on a Windows as a service you'll need to check the service settings.
Eduardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try adding -XX:+UseConcMarkSweepGC to the JAVA_OPTS variable in the setenv.sh file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.