Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OOMBumpUpRatio specifies how much memory will be added after observing OOM. OOMBumpUpRatio float64 = 1.2 // OOMMinBumpUp specifies minimal increase of memeory after observing OOM. OOMMinBumpUp float64 = 100 * 1024 * 1024 // 100MB )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.