JWS-121 Improved the AnnualStat and ServiceStatus classes so they start the scheduler...
[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 \r
13 #################################################################################\r
14 # Number of threads for tasks execution (valid values between 1 and 2x cpu.\r
15 # Where x is a number of cores available in the system)\r
16 # OPTIONAL defaults to the number of cores for core number <=4 and\r
17 # number of cores-1 for greater core numbers\r
18 engine.local.thread.number=2\r
19 \r
20 #################################################################################\r
21 # Enable/disable cluster statistics collector\r
22 local.stat.collector.enable=true\r
23 # Frequency of statistics collecting (in minutes)\r
24 # normal rate: once a date = 24 * 60 = 1440\r
25 local.stat.collector.update.frequency=1\r
26 \r
27 # Maximum amount of time the job is considered running in hours\r
28 # Optional defaults to 24 hours\r
29 local.stat.maxruntime=24\r
30 \r
31 #################################################################################\r
32 # Maximum amount of time the job directory is living (in hours),\r
33 # -1 means the directories are never deleted\r
34 # Defaults is one week, i.e. 168 hours\r
35 local.jobdir.maxlifespan=168\r
36 # Frequency of cleaning job directory (in minutes)\r
37 # normal rate: once a date = 24 * 60 = 1440\r
38 local.jobdir.cleaning.frequency=1440\r
39 \r
40 #################################################################################\r
41 # Frequency of Service Status Memory Cache refresh (in minutes)\r
42 local.service.status.refresh.frequency=10\r
43 # Frequency of Usage Statistics Memory Cache refresh (in minutes)\r
44 local.usage.stats.refresh.frequency=60\r