-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Progress Bar may consume unnecessary memory #3367
Copy link
Copy link
Closed
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues
Metadata
Metadata
Assignees
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
Recently cmdlets used WriteProgress() (ex., web cmdlets) can potentially create hundreds of thousands of ProgressRecord objects.
It looks like undue load on GC.