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