Dear Carlos, It looks like you have 512m of memory allocated to Tomcat. You should really give it some more, at the very minimum 1024m (and remove the MaxPermSize because it does not exist in Java 8). Also, a 100% CPU load is normal during a Discovery re-indexing. Check the DSpace log file in your installation directory to watch the progress of the indexing (item 1, item 2, etc). The file is called dspace.log and has the current date, for example: dspace.log.2018-09-13.
Regards, On Thu, Aug 2, 2018 at 4:55 AM Carlos Córdova <[email protected]> wrote: > > Hi guys > > I have Dspace 6.2 installed in centOS7, but when executing the command > > /bin/dspace index-discovery -f -b > > The use of CPU and ram is 100% (image and log attached) > > I have the following variables configured. > > ############ Dspace ################# > export CATALINA_HOME = '/opt/apache-tomcat' > export CATALINA_OPTS = "- Xmx512m -Xms512m -XX: MaxPermSize = 128m" > export CATALINA_OPTS = "- Dfile.encoding = UTF-8" > export JAVA_OPTS = "- Xmx512m -Xms512m -XX: MaxPermSize = 128m" > ###### Tomcat ########## > export TOMCAT_HOME = '/opt/apache-tomcat' > > Thanks > > -Carlos > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Alan Orth [email protected] https://picturingjordan.com https://englishbulgaria.net https://mjanja.ch "In heaven all the interesting people are missing." ―Friedrich Nietzsche -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
