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/06/23 19:03:49 UTC

[airavata] branch master updated: Ansible: bump up simccs max heap to 8GB

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 aeb72dd  Ansible: bump up simccs max heap to 8GB
aeb72dd is described below

commit aeb72dd30366cecf9524b93f5ba5220126421fe6
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Jun 23 15:03:30 2020 -0400

    Ansible: bump up simccs max heap to 8GB
---
 .../ansible/inventories/scigap/production/host_vars/simccs/vars.yml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 705ba15..2222b8d 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,7 +41,7 @@ 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: "-Xmx4g"
+    JAVA_OPTIONS: "-Xmx8g"
 
 vhost_servername: "simccs.org"
 vhost_ssl: true