--
For more information about using this group, please read our Listserv Guidelines: http://islandora.ca/content/welcome-islandora-listserv
---
You received this message because you are subscribed to a topic in the Google Groups "islandora" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/islandora/YjU696EikYU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to islandora+...@googlegroups.com.
Visit this group at http://groups.google.com/group/islandora.
For more options, visit https://groups.google.com/d/optout.
export JAVA_OPTS="-Xms1024m -Xmx10246m -XX:NewSize=256m -XX:MaxNewSize=356m -XX:PermSize=256m -XX:MaxPermSize=356m"
I did make separate setenv.sh, and did a full box restart to do a clear of any resources that may have needed flushing.
Sent from mobile device. Please ignore brevity & typos.
--
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=356m; support was removed in 8.0Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=356m; support was removed in 8.0]# java -versionjava version "1.8.0_05"Java(TM) SE Runtime Environment (build 1.8.0_05-b13)Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)Is there any reason you are using Java 8? I have Oracle Java 7. I am not sure if Java 8 is recommended for Fedora 3.7.1. I don't remember seeing it anywhere. That could reason why it just ignores your new permgen values.
Java has had a lot of news lately about security flaws, so I wanted to go with what would be considered the most buttoned up one. If I should roll it back, I can, but am trying to keep the box secure since it will be public facing.
--
For more information about using this group, please read our Listserv Guidelines: http://islandora.ca/content/welcome-islandora-listserv
INFO: Server startup in 22677 msJul 17, 2014 4:26:39 PM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContextSEVERE: Exception initializing page contextjava.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "ActiveMQ Journal Checkpoint Worker" java.lang.OutOfMemoryError: GC overhead limit exceededJul 17, 2014 4:26:59 PM org.apache.tomcat.util.net.JIoEndpoint$Acceptor runSEVERE: Socket accept failedjava.lang.OutOfMemoryError: GC overhead limit exceeded
Jul 17, 2014 4:27:11 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildrenSEVERE: Exception invoking periodic operation: java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "http-8443-Acceptor-0" java.lang.OutOfMemoryError: GC overhead limit exceededException in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: GC overhead limit exceededJul 17, 2014 4:27:41 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildrenSEVERE: Exception invoking periodic operation: java.lang.OutOfMemoryError: GC overhead limit exceededHave you made sure you updated path variables correctly when you rolled back?
My workload shifted me away from this. It still happens, but we aren't officially live, yet, so it isn't as urgent (at the moment).
My next test steps are going to be:
- see if I can replicate the memory issue purely through the ri interface (without using Islandora or tuque)
If it still happens, I will know it's more fedora than tuque. If it doesn't crash, I will know it's more tuque.
Onwards and upwards!
-Xms1524m -Xmx1524m -XX:NewSize=256m -XX:MaxNewSize=512m -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -XX:+UseConcMarkSweepGC