Skip to content

Commit

Permalink
Merge pull request alephdata#3701 from alephdata/fix-docs
Browse files Browse the repository at this point in the history
Fix broken link in docs
  • Loading branch information
stchris authored Apr 23, 2024
2 parents 4416b60 + b6a9ed6 commit e0d954d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "docs/**"
branches:
- "**"
pr:
- "docs/**"
workflow_dispatch: {}

jobs:
Expand Down
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 e0d954d

Please sign in to comment.