You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/02/20 17:05:56 UTC

[airavata] branch master updated: Ansible: tweaking mem for simccs.org

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 38fe735  Ansible: tweaking mem for simccs.org
38fe735 is described below

commit 38fe735aa2fe9e312c90cfa15b5b136c413b583e
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Feb 20 12:05:21 2020 -0500

    Ansible: tweaking mem for simccs.org
---
 .../ansible/inventories/scigap/production/host_vars/simccs/vars.yml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index 5a20622..bd9c451 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -41,12 +41,12 @@ django_extra_settings:
   MAPTOOL_SETTINGS:
     CPLEX_APPLICATION_ID: "cplex-solver_99721933-c9e4-4285-9ef1-d035ca82b541"
     DATASETS_DIR: "/data/gateway-user-data/simccs-datasets"
-    JAVA_OPTIONS: "-Xmx12g"
+    JAVA_OPTIONS: "-Xmx11g"
 
 vhost_servername: "simccs.org"
 vhost_ssl: true
 # Some of the maptool views call into Java code and can take 2-3 minutes to execute
-vhost_timeout: 300
+vhost_timeout: 600
 ssl_certificate_file: "/etc/letsencrypt/live/simccs.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/simccs.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/simccs.org/privkey.pem"