Scaling to a high number of inputs » History » Version 3
Version 2 (Luke Murphey, 09/22/2019 03:24 AM) → Version 3/4 (Luke Murphey, 09/22/2019 03:30 AM)
h1. Scale the Application to a High Number of Inputs
h2. How many inputs can I run?
A specific number is very difficult to identify since it is affected by several attributes (number of inputs, frequency of testing, memory, CPU, etc.). I have tested several hundred inputs on fairly low hardware with no issues. The app can scale very because it runs all of the inputs in a single process.
You may want to reduce the thread limit in order to avoid running an excessive number if inputs when the server is restarted after being down.
h2. How many inputs can I run?
A specific number is very difficult to identify since it is affected by several attributes (number of inputs, frequency of testing, memory, CPU, etc.). I have tested several hundred inputs on fairly low hardware with no issues. The app can scale very because it runs all of the inputs in a single process.
You may want to reduce the thread limit in order to avoid running an excessive number if inputs when the server is restarted after being down.