Issue #3129 Change smartInit back to 1 thread on 64-bit

Change-Id: Ie1e17e145d2d88485d91a29e4c74c737e4658038

Former-commit-id: f2e15f4ab034f617a3a64814125dfee73b5070ac
This commit is contained in:
Ron Anderson 2014-05-06 16:01:31 -05:00
parent ba0c26edf6
commit 32c95e50a7

View file

@ -1,7 +1,7 @@
# The following properties are used to define the EDEX system configuration.
# Modifying these values will affect system performance.
smartinit.threadpoolsize=4
smartinit.threadpoolsize=3
# smartinit.threads should be 2 less than smartinit.threadpoolszie
# to account for reading from the notify topic and the manual queue
smartinit.threads=2
smartinit.threads=1