Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Apr 23, 2024
1 parent 4416b60 commit 59eff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/developers/technical-faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The easiest way to speed up processing is to scale up those services. Make a she
docker-compose up --scale ingest-file=8 --scale worker=4
```

The number of `ingest-file` and `worker` processes could be the number of CPUs in your machine. Since performance and scaling depends a lot on types of workloads you are seeing you may need to review and adjust these settings accordingly. Please see the [Scaling Workers](/developers/installation.mdx#scaling-workers) section in the installation guide.
The number of `ingest-file` and `worker` processes could be the number of CPUs in your machine. Since performance and scaling depends a lot on types of workloads you are seeing you may need to review and adjust these settings accordingly. Please see the [Scaling Workers](/developers/installation/#scaling-workers) section in the installation guide.

## ElasticSearch will not start. What's wrong?

Expand Down

0 comments on commit 59eff5b

Please sign in to comment.