• Healthy ESM Thread Count

    Dears, How to know what is the healthy thread count for the ESM and the Agents? We have the next values in server.properties: - agent.threads.max=437 - serverletcontainer.jetty311.threadpool.maximum=674 However, the active thread count is always…
  • Express 4 Connector Limit

    I've previously worked on ESM systems running Oracle so I'm familiar with them having a recommended Smart Connector limit of 65 due to threads and processing and all that jazz. I'm now working with an Express 4 with CORR engine. Is there a similar recommendation…
  • ESM 6 and Connector Limit?

    Greetings! Has anyone heard of a limitation to an overall number of SmartConnectors feeding to a single ESM 6.* instance?  Supposedly best practices dictate it should be 40 or less due to 'thread exhaustion'.  Can anyone confirm or deny this?  We have…
  • maximum threads that can insert events into the database

    in server.defaults.properites: # The maximum number of threads that can insert events into the database. server.batchsecurityeventpersistor.maxthreads=4 If I increased this to 16, would this result in having 16 threads dedicated to event insertion? The…