X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=conf%2FEngine.local.properties;h=dd2a0db2e135b63bae366425629e93faa4849200;hb=c9f7971449a47c55a05742cfcb93157e30dd385a;hp=25fd766f6c2e9b8b3ac24bf8b8cf41cc7d6db17b;hpb=d866a29d849b599983e1102d88bfe0cd40188f5b;p=jabaws.git diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties index 25fd766..dd2a0db 100644 --- a/conf/Engine.local.properties +++ b/conf/Engine.local.properties @@ -1,21 +1,38 @@ +################################################################################# # enable or disable engine true | false # OPTIONAL defaults to true engine.local.enable=true +################################################################################# # Directory to use for temporary files storage # OPTIONAL defaults to java temporary directory # Relative path within the project will be converted in absolute at runtime -local.tmp.directory=local_jobsout - +#local.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/local_jobsout +local.tmp.directory=jobsout + +################################################################################# # Number of threads for tasks execution (valid values between 1 and 2x cpu. # Where x is a number of cores available in the system) # OPTIONAL defaults to the number of cores for core number <=4 and # number of cores-1 for greater core numbers -#engine.local.thread.number=3 +engine.local.thread.number=2 +################################################################################# # Enable/disable cluster statistics collector -local.stat.collector.enable=false +local.stat.collector.enable=true +# Frequency of statistics collecting (in minutes) +# normal rate: once a date = 24 * 60 = 1440 +local.stat.collector.update.frequency=1 # Maximum amount of time the job is considered running in hours # Optional defaults to 24 hours -local.stat.maxruntime=6 \ No newline at end of file +local.stat.maxruntime=6 + +################################################################################# +# Maximum amount of time the job directory is living (in hours), +# -1 means the directories are never deleted +# Defaults is one week, i.e. 168 hours +local.jobdir.maxlifespan=168 +# Frequency of cleaning job directory (in minutes) +# normal rate: once a date = 24 * 60 = 1440 +local.jobdir.cleaning.frequency=1