Skip to content

cli: templates push and create wastes memory #5718

Closed
@ammario

Description

@ammario

coder templates push and coder templates create loads the entire archive into memory before posting to the server. The implementation generates a lot of heap activity, could run out of memory with large archives, and is slower than a streaming alternative.

Activity

self-assigned this
on Feb 4, 2023
added a commit that references this issue on Feb 4, 2023
290b553
added 3 commits that reference this issue on Feb 4, 2023
3773e6f
3bcc6fa
5858a79
added a commit that references this issue on Feb 4, 2023
a422cc0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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

    cli: templates push and create wastes memory · Issue #5718 · coder/coder