Skip to content

Commit 68853f8

Browse files
authored
Merge pull request #1258 from mskanth972/readmeparamupdate
Add note on memory usage for vol-metrics-opt-in in README
2 parents 8eb8b1a + 5894eab commit 68853f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,12 @@ After deploying the driver, you can continue to these sections:
325325
| vol-metrics-refresh-period | | 240 | true | Refresh period for volume metrics in minutes. |
326326
| vol-metrics-fs-rate-limit | | 5 | true | Volume metrics routines rate limiter per file system. |
327327

328+
329+
330+
##### Understanding the Impact of vol-metrics-opt-in:
331+
Enabling the vol-metrics-opt-in parameter activates the gathering of inode and disk usage data. This functionality, particularly in scenarios with larger file systems, may result in an uptick in memory usage due to the detailed aggregation of file system information. We advise users with large-scale file systems to consider this aspect when utilizing this feature.
332+
333+
328334
### Container Arguments for deployment(controller)
329335
| Parameters | Values | Default | Optional | Description |
330336
|-----------------------------|--------|---------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)