diff --git a/progress.go b/progress.go index 7eaf895..9da3812 100644 --- a/progress.go +++ b/progress.go @@ -73,8 +73,8 @@ func NewWithContext(ctx context.Context, options ...ContainerOption) *Progress { s := &pState{ bHeap: priorityQueue{}, - rows: make([]io.Reader, 0, 128), - pool: make([]*Bar, 0, 128), + rows: make([]io.Reader, 0, 64), + pool: make([]*Bar, 0, 64), rr: prr, queueBars: make(map[*Bar]*Bar), output: os.Stdout,