...
Note |
---|
PKCS8 support was added in release 2.3.1 |
How
...
do I configure the Chariot max heap size?
The Chariot max heap size is not configured and in prior to V2.2.3 defaulted to 1GB. In V2.2.3 onward the max heap size defaults to 2GB.
...
Code Block |
---|
|
# Example 4GB Max Heap 2
wrapper.java.additional.6 = -Xmx4g |
Note: a Chariot service restart is required for Chariot to pickup the configuration change.
Anchor |
---|
| OutboundQueueSize |
---|
| OutboundQueueSize |
---|
|
How do I configure the Chariot maximum outbound queue size?The Chariot maximum outbound queue size can be configured in the <chariot_install_dir>/conf/com.cirruslink.chariot.server configuration file.
Code Block |
---|
# Example set max outbound queue size to 1000
maxOutboundQueueSize = I"1000" |
How do I manage log files?
...