Skip to content

Commit

Permalink
Fix scheduler/dag-processor docs typo (apache#46167)
Browse files Browse the repository at this point in the history
This lead to a block of inline code due to the missing space.
  • Loading branch information
jedcunningham authored Jan 28, 2025
1 parent 3f07d80 commit 1711856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ There are several areas of resource usage that you should pay attention to:
but in case new classes are imported after forking this can lead to extra memory pressure.
You need to observe if your system is using more memory than it has - which results with using swap disk,
which dramatically decreases performance. Make sure when you look at memory usage, pay attention to the
kind of memory you are observing. Usually you should look at ``working memory``(names might vary depending
kind of memory you are observing. Usually you should look at ``working memory`` (names might vary depending
on your deployment) rather than ``total memory used``.

What can you do, to improve DAG processor's performance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ There are several areas of resource usage that you should pay attention to:
* The Airflow Scheduler scales almost linearly with several instances, so you can also add more Schedulers
if your Scheduler's performance is CPU-bound.
* Make sure when you look at memory usage, pay attention to the kind of memory you are observing.
Usually you should look at ``working memory``(names might vary depending on your deployment) rather
Usually you should look at ``working memory`` (names might vary depending on your deployment) rather
than ``total memory used``.

What can you do, to improve Scheduler's performance
Expand Down

0 comments on commit 1711856

Please sign in to comment.