Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 88b8a8f

Browse files
committed
fix(docs): fix resource limit display issue
1 parent f561953 commit 88b8a8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/applications/managing-resource-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Managing Application Resource Limits
22

33
Deis Workflow supports restricting memory and CPU shares of each process. Requests/Limits set on a per-process type are given to
4-
Kubernetes as a requests and limits. Which means you guarantee \<requests\> amount of resource for a process as well as limit
5-
the process from using more than \<limits\>.
6-
By default, Kubernetes will set \<requests\> equal to \<limit\> if we don't explicitly set \<requests\> value. Please keep in mind that `0 <= requests <= limits`.
4+
Kubernetes as a requests and limits. Which means you guarantee <requests\> amount of resource for a process as well as limit
5+
the process from using more than <limits\>.
6+
By default, Kubernetes will set <requests\> equal to <limit\> if we don't explicitly set <requests\> value. Please keep in mind that `0 <= requests <= limits`.
77

88
## Limiting Memory
99

@@ -22,7 +22,7 @@ Available units for memory are:
2222
!!! important
2323
The minimum memory limit allowed is 4MiB.
2424

25-
Use `deis limits:set <type>=<value>` to restrict memory by process type, where value can be \<limit\> or \<request\>/\<limit\> format :
25+
Use `deis limits:set <type>=<value>` to restrict memory by process type, where value can be <limit\> or <request\>/<limit\> format :
2626

2727
```
2828
$ deis limits:set web=64M
@@ -65,8 +65,8 @@ Unlimited
6565

6666
## Limiting CPU
6767

68-
You can also use `deis limits:set <type>=<value> --cpu` to restrict CPU shares, where value can be \<limit\> or
69-
\<request\>/\<limit\> format. CPU shares are tracked in milli-cores. One CPU core is equivalent to 1000 milli-cores.
68+
You can also use `deis limits:set <type>=<value> --cpu` to restrict CPU shares, where value can be <limit\> or
69+
<request\>/<limit\> format. CPU shares are tracked in milli-cores. One CPU core is equivalent to 1000 milli-cores.
7070
To dedicate half a core to your process, you would need 500 milli-cores or 500m.
7171

7272
| Unit | Amount |

0 commit comments

Comments
 (0)