doc1gen instance pool

The system maintains an open pool of doc1gen processes. This pool may be tuned by modifying the following properties in the deploy.properties file:

  • dca.pool.size.minimum (default 1) - minimum number of doc1gen instances in the pool.
  • dca.pool.size.maximum (default 5) - maximum number of doc1gen instances in the pool. Set this property to the number of CPU cores available on the batch or composition server.
Attention: There is an additional pool allocation check setting that can be changed but must be made directly in config-settings.xml (pool.allocation.check.minutes). See the Document Composition Adapter (DCA) section for the additional details regarding this setting.