Skip to content
New issue

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

[BUG]: DownloadAsyncV2 downloads to memory instead of disk #5017

Open
1 of 4 tasks
philipborg opened this issue Oct 17, 2024 · 0 comments
Open
1 of 4 tasks

[BUG]: DownloadAsyncV2 downloads to memory instead of disk #5017

philipborg opened this issue Oct 17, 2024 · 0 comments

Comments

@philipborg
Copy link

What happened?

While downloading using DownloadBuildArtifacts@1 task it seems to download to memory. That task in turn just calls the DownloadBuildArtifactTaskV1_0_0 plugin located in this repo, hence it's being placed here.

What has been observed is that when downloading a larger file, in our case ~450MB, is that the agent memory usage increases by the download progression exactly and then freezes when it can no longer allocate more memory as those agents only have 1GB of RAM in total. Thus my conclusion is that the code downloads the artifact to memory instead of onto disk.

Versions

Current agent version: '3.245.0' / Debian 12

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
  • Microsoft Hosted
  • VMSS Pool
  • Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

No response

Version controll system

No response

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant