Skip to content
Snippets Groups Projects
Commit 6240475f authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed JAVA_OPTS for Tomcat and IdP

parent fc2b35f9
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,5 @@
class shib2common::java::params {
$java_dir_name = 'java-7-oracle'
$java_home = "/usr/lib/jvm/${java_dir_name}"
$java_opts = '"-Djava.awt.headless=true -XX:+DisableExplicitGC -XX:+UseParallelOldGC -Xms256m -Xmx2g -XX:MaxPermSize=512m"'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment