10000 Streaming cat output · Issue #811 · peak/s5cmd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Streaming cat output #811
Closed
Closed
@artm

Description

@artm

When streaming cat output into a shell pipeline, s5cmd buffers the whole file before passing it to the next application. This makes its speed pointless, as now the rest of the pipeline has to wait for complete file to be received. It also makes it buffer the whole file, which may be large, in memory.

It would be useful to have it stream the file as soon as it becomes available, as well as to allow restricting the amount of memory it uses for buffering.

Now it just gets killed by the OS once it has buffered enough data.

Or am I missing somehting?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0