Skip to content

Configuration

Justin Forest edited this page Mar 13, 2024 · 9 revisions

This section describes how to configure components.

Backend

TREEMAP_WORKERS

This environment variable controls how many worker threads will be running. For development purpose, one thread is enough. For production environment, it is recommended to run as many as you have CPU cores. It makes sense to run a few times more workers in case there are blocking tasks inside requests (we'll need to measure this).

Clone this wiki locally