From 8b7200fb405b9f5deb8a37e107c81913d2085a06 Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:52:57 -0400 Subject: [PATCH] Update maximum galaxy artifact size (#3099) (cherry picked from commit 360399435f2184d9f8578e4b2b5a174a7b91f9db) --- .../rst/dev_guide/developing_collections_distributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_distributing.rst b/docs/docsite/rst/dev_guide/developing_collections_distributing.rst index 7c9380921e2..f28d7cbd1a1 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_distributing.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_distributing.rst @@ -148,7 +148,7 @@ This command builds a tarball of the collection in the current directory, which .. note:: * To reduce the size of collections, certain files and folders are excluded from the collection tarball by default. See :ref:`ignoring_files_and_folders_collections` if your collection directory contains other files you want to exclude. - * The current Galaxy maximum tarball size is 2 MB. + * The current Galaxy maximum tarball size is 200 MB. You can upload your tarball to one or more distribution servers. You can also distribute your collection locally by copying the tarball to install your collection directly on target systems.