2023-01-10 16:50:31 +00:00
|
|
|
---
|
|
|
|
title: "Topology Garbage Collector Cmdline Reference"
|
|
|
|
layout: default
|
2023-03-05 21:56:46 +00:00
|
|
|
sort: 7
|
2023-01-10 16:50:31 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# NFD-Topology-Garbage-Collector Commandline Flags
|
|
|
|
{: .no_toc }
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
{: .no_toc .text-delta }
|
|
|
|
|
|
|
|
1. TOC
|
|
|
|
{:toc}
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
To quickly view available command line flags execute `nfd-topology-gc -help`.
|
|
|
|
In a docker container:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker run {{ site.container_image }} \
|
|
|
|
nfd-topology-gc -help
|
|
|
|
```
|
|
|
|
|
|
|
|
### -h, -help
|
|
|
|
|
|
|
|
Print usage and exit.
|
|
|
|
|
|
|
|
### -version
|
|
|
|
|
|
|
|
Print version and exit.
|
|
|
|
|
|
|
|
### -gc-interval
|
|
|
|
|
|
|
|
The `-gc-interval` specifies the interval between periodic garbage collector runs.
|
|
|
|
|
|
|
|
Default: 1h
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
nfd-topology-gc -gc-interval=1h
|
|
|
|
```
|