From 481202ddde7f0abba2c78e8dfb28c464f6019962 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Wed, 21 Jul 2010 16:56:53 +0000 Subject: [PATCH] Add local engine properties back to version control git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@2646 e3abac25-378b-4346-85de-24260fe3988d --- conf/Engine.local.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conf/Engine.local.properties diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties new file mode 100644 index 0000000..73d4d68 --- /dev/null +++ b/conf/Engine.local.properties @@ -0,0 +1,14 @@ +# 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=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 -- 1.7.10.2