iguixa Posted December 10, 2015 Posted December 10, 2015 HelloI installed JRS-cp-linux-x64 (version 6.2.0 - 2015-Nov-24) following the instructions. When JRS works for a while,, Tomcat stops. In the log catalina.out not seen anything. The instructions discuss how to parameterize for JVM 1.6 and 1.7 and observe that this JRS has 1.8 JVM and instead speaks of the parameters for this version of Java.In /var/log/syslog:Out of memory in UB 97640: OOM killed process 15355 (java) score 0 vm:3876272kB, rss:987948kB, swap:58916kBWhat parameters are ok for Java 1.8 ???
hozawa Posted December 10, 2015 Posted December 10, 2015 Out of memory just is Tomcat's setting. Refer to the following page on how to increase. It should be the same for 1.6, 1.7, and 1.8.http://stackoverflow.com/questions/12688778/increase-tomcat-memory-settings
iguixa Posted December 11, 2015 Author Posted December 11, 2015 Thanks HozawaI think there is a problem with Java 8.Java 8 does not support Java any parameters. Look next warnings:Java HotSpot 64-Bit Server VM warning: ignoring option PermSize=32m; support was removed in 8.0Java HotSpot 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0I solved the problem by installing Java7 and I have not touched any parameters.Regards
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now