User Guide : Using DataCloud Agent : Agent Settings
 
Share this page                  
Agent Settings
There are three configuration files that affect the behavior of an agent. Some properties in these files are configurable, some are not. Please contact support before editing any property not listed here:
<installation program data>/conf/application.properties
Property Name
Description
Default Value
worker.concurrency
How many DataConnect engines allowed to run in parallel. Make sure you have the appropriate licensing in place before changing this value.
1
worker.api.port
Must match the value specified for server.port in worker-application.properties
6000
engine.localEngineListenerPort
Port used for DataConnect Engine connection.
5999
engine.localEngineRemoteJvmArgs
JVM Args used when a new DataConnect engine is launched. See DataConnect docs for more information.
-Xms64m -Xmx1g
-XX:PermSize=64m
-XX:MaxPermSize=256m
engine.allowAllExecutables
This must be set to true in order to run EXE steps within an integration process.
false
engine.executableWhiteList
Whitelist certain executables when allowAllExecutables is set to false. See DataConnect docs for more information.
N/A
<installation program data>/conf/worker-application.properties
Property Name
Description
Default Value
server.port
Port used for Worker API.
6000
<installation program data>/conf/worker-control.properties
Default Value
Default Value
Default Value
server.port
Port used for the Worker Control API.
6001