Batch Server Concurrent Jobs Settings - trillium_geolocation - 15.21

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.21
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-07-17
Published on
2024-07-17T14:48:30.219520

The Batch server limits the maximum number of jobs that can run simultaneously. This defaults to 5. To modify this setting, change the <Value> entry in the “Max Concurrent Jobs” option in the <BatchServerOptions> section. (Note that the actual number of concurrent processes is also restricted by memory.)

<BatchServerOptions>
   …
   <Option>
      <Name>Max Concurrent Jobs</Name>
      <Value>5</Value>
   </Option>
   …
</BatchServerOptions>