Skip to content

Commit

Permalink
Noting artifact-manager-s3 impact on stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Jul 17, 2023
1 parent 330914a commit ae6ebda
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
This is because stashed files are archived in a compressed TAR, and with large files this demands considerable
resources on the controller, particularly CPU time.
There's not a hard stash size limit, but between 5-100 MB you should probably consider alternatives.
If you use the Artifact Manager on S3 plugin, or another plugin with a remote atifact manager,
you can use this step without affecting controller performance
since stashes will be sent directly to S3 from the agent (and similarly for <code>unstash</code>).
</div>

0 comments on commit ae6ebda

Please sign in to comment.