We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aptutil/mirror/mirror.go
Line 280 in ec162e2
go-apt-mirror keeps downloaded data in memory. This may result in excessive memory usage while downloading debs.
go-apt-cacher has a similar issue.
The text was updated successfully, but these errors were encountered:
Line 272 in ec162e2
This "downloaded" message is also confusing. In fact, file body will be read after the message is logged.
Sorry, something went wrong.
@henrich This issue will be fixed shortly. We are fixing. Cc: @nishitaniyuki
nishitaniyuki
No branches or pull requests
aptutil/mirror/mirror.go
Line 280 in ec162e2
go-apt-mirror keeps downloaded data in memory.
This may result in excessive memory usage while downloading debs.
go-apt-cacher has a similar issue.
The text was updated successfully, but these errors were encountered: