Batch Server Concurrent Jobs Settings - trillium_geolocation - 15.19

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.19
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T03:27:32.653616

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>