Investigate memory usage #122
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that when the builders are uploading big packages, the RAM usage of the Vieter server itself also goes up drastically. This could potentionally become an issue, so it must be investigated further.
After some testing, it seems that Vieter does indeed try to load entire archives into memory, which is honestly quite surprising.
Annoyingly enough, this increase in memory usage does not seem to happen when testing locally.
This is a non-issue. The memory increase is caching of the kernel, it doesn't actually take away memory from other programs.