# An absolute path is required \r
cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout\r
\r
+# Enable/disable cluster statistics collector \r
+cluster.stat.collector.enable=true\r
+\r
+# The relative path for the JABAWS usage statistic application. \r
+# Optional.\r
+# Set this path if you would like to enable usage statistics \r
+# application to enable it to collect and display usage statistics.\r
+# This path must be relevant to the web application folder. Otherwise\r
+# the application will be unable to access the statistics. \r
+cluster.tmp.directory.relative=jobsout\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
# OPTIONAL defaults to the number of cores for core number <=4 and \r
# number of cores-1 for greater core numbers\r
#engine.local.thread.number=3\r
+\r
+# Enable/disable cluster statistics collector\r
+local.stat.collector.enable=true\r
+\r
+# Maximum amount of time the job is considered running in hours\r
+# Optional defaults to 24 hours\r
+local.stat.maxruntime=6
\ No newline at end of file