Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 20, 2024
1 parent 5656893 commit 5278773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public-site/docs/radix-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ spec:
```

The `resources` section specifies how much CPU and memory each component needs, that are shared among all Radix environments in a component.
These common resources are overridden by environment-specific resources. The requested quote of memory and cpu must be belowe the limit.
These common resources are overridden by environment-specific resources. The requested quota of memory and cpu must be below the limit.

If no memory limit is set, but a memory request is set, we will set the limit equal to the requested value.
The opposite is also true, if a memory limit is set, but no requests, we wil sett the requested memory equal to the memory limit.
The opposite is also true, if a memory limit is set, but no requests, we will sett the requested memory equal to the memory limit.

[Read more](https://kubernetes.io/blog/2021/11/26/qos-memory-resources/) about memory resources and QoS.
[More details](/guides/resource-request/index.md) about `resources` and about [default resources](/guides/resource-request/index.md#default-resources).
Expand Down

0 comments on commit 5278773

Please sign in to comment.