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
|`--profile-continuous-enabled`|`AVAGO_PROFILE_CONTINUOUS_ENABLED`| boolean |`false`| Whether the app should continuously produce performance profiles. |
220
-
|`--profile-dir`|`AVAGO_PROFILE_DIR`| string |`$HOME/.avalanchego/profiles/`| If profiling enabled, node continuously runs memory/CPU profiles and puts them at this directory. |
220
+
|`--profile-dir`|`AVAGO_PROFILE_DIR`| string |`$HOME/.avalanchego/profiles/`| If profiling is enabled, node continuously runs memory/CPU profiles and puts them at this directory. |
221
221
|`--profile-continuous-freq`|`AVAGO_PROFILE_CONTINUOUS_FREQ`| duration |`15m`| How often a new CPU/memory profile is created. |
222
-
|`--profile-continuous-max-files`|`AVAGO_PROFILE_CONTINUOUS_MAX_FILES`| int |`5`| Maximum number of CPU/memory profiles files to keep. |
222
+
|`--profile-continuous-max-files`|`AVAGO_PROFILE_CONTINUOUS_MAX_FILES`| int |`5`| Maximum number of CPU/memory profile files to keep. |
223
223
224
224
### Network
225
225
@@ -551,4 +551,4 @@ Nodes gossip peers to each other so that each node can have an up-to-date peer l
0 commit comments