How can I manage the number of cores available to the thread pool?

Deephaven offers two properties to manage the number of cores available to the thread pool:

  • OperationInitializationThreadPool.threads
  • PeriodicUpdateGraph.updateThreads

By default, both of these are set to -1, which means that Deephaven will use the number of available processors on your machine. For more on concurrency in Deephaven, see Parallelizing queries.

Note

These FAQ pages contain answers to questions about Deephaven Community Core that our users have asked in our Community Slack. If you have a question that is not answered in our documentation, join our Community and we'll be happy to help.