You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Kondense is an automated resource sizing tool. It runs as a sidecar in kubernete
11
11
## Background
12
12
13
13
### Memory
14
-
Kondense uses memory pressure to apply just the right amount of memory on a container to page out the unused memory while not getting out-of-memory killed.
14
+
Kondense uses memory pressure to apply just the right amount of memory on a container to page out the unused memory while not getting out-of-memory killed.</br>[How is memory calculated ?](./doc/memory.md)
15
15
16
16
### CPU
17
-
Kondense resizes CPU based on CPU usage, default to 80%.
17
+
Kondense resizes CPU based on CPU usage, default to 80%.</br>[How is CPU calculated ?](./doc/cpu.md)
0 commit comments