The user is asking if they need more workers to utilize more CPU cores or threads simultaneously. The solution is to change the `_APP_WORKER_PER_CORE` in the `.env` file. It is recommended to either use a ratio or add more cores. Self-hosted Appwrite uses 6 workers per host core by default. It is not clear if a single worker can use multiple CPU cores.
Binyamin
23 Oct, 2023, 17:47
Self-hosted Appwrite uses by default 6 worker per host core
Binyamin
23 Oct, 2023, 17:47
You can increase that number. but, it's recommend to use ratio, or add more cores.
Vinicius Brito
23 Oct, 2023, 17:47
Nice!
Binyamin
23 Oct, 2023, 17:48
To do so change the _APP_WORKER_PER_COREhere in your .env file