Delete old job directory automatically
[jabaws.git] / conf / Engine.local.properties
1 # enable or disable engine true | false\r
2 # OPTIONAL defaults to true\r
3 engine.local.enable=true \r
4 \r
5 # Directory to use for temporary files storage\r
6 # OPTIONAL defaults to java temporary directory \r
7 # Relative path within the project will be converted in absolute at runtime\r
8 # /cluster/gjb_lab/fc/www-jws2/jaba/local_jobsout \r
9 local.tmp.directory=jobsout \r
10  \r
11 # Number of threads for tasks execution (valid values between 1 and 2x cpu. \r
12 # Where x is a number of cores available in the system)\r
13 # OPTIONAL defaults to the number of cores for core number <=4 and \r
14 # number of cores-1 for greater core numbers\r
15 #engine.local.thread.number=3\r
16 \r
17 # Enable/disable cluster statistics collector\r
18 local.stat.collector.enable=true\r
19 # Frequency of statistics collecting (in minutes)\r
20 # normal rate: once a date = 24 * 60 = 1440\r
21 local.stat.collector.update.frequency=1\r
22 \r
23 # Maximum amount of time the job is considered running in hours\r
24 # Optional defaults to 24 hours\r
25 local.stat.maxruntime=24\r
26 \r
27 # Maximum amount of time the job directory is living (in hours), \r
28 # -1 means the directories are never deleted\r
29 # Defaults is one week, i.e. 168 hours\r
30 local.jobdir.maxlifespan=168\r
31 # Frequency of cleaning job directory (in minutes)\r
32 # normal rate: once a date = 24 * 60 = 1440\r
33 local.jobdir.cleaning.frequency=1\r