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
On Windows the commandline has a maximum length of 32KB, which limits the amount of data you can pass to the --description option (see #5843).
An easy way around this would be to add an alternative --description-from-stdin option, so the app could pipe the description to rdctl.
It is arguable that 32KB should be plenty enough for a snapshot description, but it is possible that the description may be autogenerated from manifests of all the workloads installed inside the VM, so it is better to not have an artificial limit.
The text was updated successfully, but these errors were encountered:
On Windows the commandline has a maximum length of 32KB, which limits the amount of data you can pass to the
--description
option (see #5843).An easy way around this would be to add an alternative
--description-from-stdin
option, so the app could pipe the description tordctl
.It is arguable that 32KB should be plenty enough for a snapshot description, but it is possible that the description may be autogenerated from manifests of all the workloads installed inside the VM, so it is better to not have an artificial limit.
The text was updated successfully, but these errors were encountered: