The Analyzer detail view REST API interface is powered by the Jetty web server and is responsible for accepting incoming HTTP requests, parsing them, and passing them to the Analyzer detail view CRUD interface. By default, the Jetty web server is configured to have 200 worker threads. This default number of worker threads is enough for a normal workload. To run a large number of requests in parallel, increase the number of Jetty worker threads by changing the property jetty.threadPool.maxThreads in the file /usr/local/megha/jetty/start.d/server.ini.
If you increase the default number of Jetty worker threads, ensure that sufficient cores are available on the Analyzer detail view server host machine.