cfae0dd5da2b9111491cd6d9fec23a46999c2036
[jabaws.git] / conf / Engine.cluster.properties
1 #################################################################################\r
2 # enable or disable engine true | false\r
3 # OPTIONAL defaults to false\r
4 engine.cluster.enable=true\r
5 \r
6 #################################################################################\r
7 # Directory to use for temporary files storage\r
8 # REQUIRED - cluster nodes must have access to this directory!\r
9 # WARNING!!! An absolute path is required\r
10 #\r
11 # Please note that statistic web application will only be able to generate links\r
12 # to the job folders if this path is within JABA web application.\r
13 # JABAWS statistic application just assume that the last name in the path is the\r
14 # application folder in the root of JABAWS web application.\r
15 #####cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
16 cluster.tmp.directory=/homes/www-jws2/cluster_jobsout220\r
17 \r
18 #################################################################################\r
19 # Enable/disable cluster statistics collector\r
20 cluster.stat.collector.enable=false\r
21 # Frequency of statistics collecting (in minutes)\r
22 # normal rate: once a date = 24 * 60 = 1440\r
23 cluster.stat.collector.update.frequency=1440\r
24 \r
25 #################################################################################\r
26 # Maximum amount of time the job is considered running in hours\r
27 # Optional defaults to 7 days (168h)\r
28 cluster.stat.maxruntime=24\r
29 \r
30 #################################################################################\r
31 # Maximum amount of time the job directory is living (in hours),\r
32 # -1 means the directories are never deleted\r
33 # Defaults is one week, i.e. 168 hours\r
34 cluster.jobdir.maxlifespan=168\r
35 # Frequency of cleaning job directory (in minutes)\r
36 # normal rate: once a date = 24 * 60 = 1440\r
37 cluster.jobdir.cleaning.frequency=1440\r