Administrator > Secure Agent services > Mass Ingestion (Files)
  

Mass Ingestion (Files)

To change or optimize the behavior of Mass Ingestion Files, configure the Mass Ingestion properties. Configure the properties in the System Configuration Details area when you edit a Secure Agent.
You can configure the following properties:
Type
Name
Description
AGENT_RUNTIME_SETTINGS
file-listener-snapshot-dir
The directory where the snapshots of a new file listener components are added. You can add the following directory paths:
  • - A path relative to the MassIngestionRuntime directory. For example, ../data/monitor.
  • - The absolute path. For example,
  • <Secure agent installation directory>/apps/MassIngestionRuntime/data/monitor
    where Secure agent installation directory is the name of the directory where the secure agent is installed.
Note: Use the snapshot directory shared with all agents when multiple Secure Agents are present in a group.
AGENT_RUNTIME_SETTINGS
mi-task-workspace-dir
The directory to a custom location in the agent. A custom directory in the agent that file ingestion tasks use as an intermediate staging area when transferring files to a target. The path can be a shared location, mounted location, or a location apart from the default location in the agent.
AGENT_RUNTIME_SETTINGS
file-listener-max-pool-size
The maximum number of threads to execute the file listener.
Default is 20.
AGENT_RUNTIME_SETTINGS
file-listener-core-pool-size
The total number of threads.
Default is 20.
AGENT_RUNTIME_SETTINGS
ftp-receive-socket-buffer-size
The buffer size for FTP inbound packets.
Default is 16 bytes.
AGENT_RUNTIME_SETTINGS
ftp-send-socket-buffer-size
The buffer size for FTP outbound packets.
Default is 16 bytes.
AGENT_RUNTIME_SETTINGS
http-client-timeout
The timeout duration in seconds for Agent requests to Informatica Intelligent Cloud Services.
Default is 30 seconds.
PGP_SETTINGS
public-keyring-path
The directory to store the public key ring. You can add the following directory paths:
  • - A path relative to the directory where mass ingestion is installed. For example,
  • ../data/pubring.pkr
    where pubring.pkr is the name of the file where you store the public key ring.
  • - The absolute path. For example,
  • <Secure agent installation directory>/apps/MassIngestionRuntime/data/pubring.pkr
    where pubring.pkr is the name of the file where you store the public key ring and Secure agent installation directory is the name of the directory where the agent is installed.
PGP_SETTINGS
secret-keyring-path
The directory to store the secret key ring. You can add the following directory paths:
  • - A path relative to the directory where mass ingestion is installed. For example,
  • ../data/secring.pkr
    where secring.pkr is the name of the file where you store the secret key ring.
  • - The absolute path. For example,
  • <Secure agent installation directory>/apps/MassIngestionRuntime/data/secring.pkr
    where secring.pkr is the name of the file where you store the secret key ring and Secure Agent installation directory is the name of the directory where the agent is installed.
JVM_SETTINGS
app-heap-size
The minimum and maximum heap sizes of the Mass Ingestion Files application.
Default is -Xms256m -Xmx2048m.
JVM_SETTINGS
lcm-heap-size
The minimum and maximum heap sizes of life-cycle management scripts.
Default is -Xms32m -Xmx128m.