Get rid of v_hmem settings
[jabaws.git] / conf / Engine.cluster.properties
index 333c77e..caa2541 100644 (file)
@@ -2,10 +2,21 @@
 \r
 # enable or disable engine true | false\r
 # OPTIONAL defaults to false\r
-engine.cluster.enable=true\r
+engine.cluster.enable=false\r
 \r
 # Directory to use for temporary files storage\r
 # REQUIRED - cluster nodes must have access to this directory!\r
 # An absolute path is required \r
-cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout\r
 \r
+# Please note that statistic web application will only be able to generate links\r
+# to the job folders if this path is within JABA web application. \r
+# JABAWS statistic application just assume that the last name in the path is the \r
+# application folder in the root of JABAWS web application. \r
+cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
+\r
+# Enable/disable cluster statistics collector \r
+cluster.stat.collector.enable=false\r
+\r
+# Maximum amount of time the job is considered running in hours\r
+# Optional defaults to 7 days (168h) \r
+cluster.stat.maxruntime=24\r