Skip to content

Trying to copy large data from container ends with OutOfDirectMemoryError exception #679

@tejksat

Description

@tejksat

Netty implementation of CopyArchiveFromContainerCmdExec.exec() waits until all data is copied to the internal ByteBuf queue and only then returns InputStream for a client code to handle. If the copied files are too large then io.netty.util.internal.OutOfDirectMemoryError: failed to allocate ... is produced.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions