Skip to content

Conversation

vprashar2929
Copy link
Collaborator

This commit updates the configuration docs to clarify maxTerminated tracking options for disable and unlimited.

@github-actions github-actions bot added the docs Documentation changes label Jul 9, 2025
@@ -23,7 +23,7 @@ You can configure Kepler by passing flags when starting the service. The followi
| `--host.sysfs` | Path to sysfs filesystem | `/sys` | Any valid directory path |
| `--host.procfs` | Path to procfs filesystem | `/proc` | Any valid directory path |
| `--monitor.interval` | Monitor refresh interval | `5s` | Any valid duration |
| `--monitor.max-terminated` | Maximum number of terminated workloads to keep in memory until exported | `500` | Any non-negative integer (0 for unlimited) |
| `--monitor.max-terminated` | Maximum number of terminated workloads to keep in memory until exported | `500` | Any non-negative integer (0 to disable) |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `--monitor.max-terminated` | Maximum number of terminated workloads to keep in memory until exported | `500` | Any non-negative integer (0 to disable) |
| `--monitor.max-terminated` | Maximum number of terminated workloads to keep in memory until exported | `500` | Negative number indicates `unlimited` and `0` disables the feature |

Copy link
Collaborator

@sthaha sthaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 - disables
less than 0 (negative) - means unlimited

This commit updates the configuration docs to clarify maxTerminated
tracking options for disable and unlimited.

Signed-off-by: vprashar2929 <vibhu.sharma2929@gmail.com>
@sthaha sthaha merged commit a62cd81 into sustainable-computing-io:main Jul 12, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants