I have a question about size of packages which I want to upload to orchestrator.
On official page I found that max size of package is 300mb, but my program have 635mb.
Is there any way I can increase size of orchestrator or compress the program file without changing the program itself?
If you are using on premise Orchestrator this could be possible but if on Cloud, I don’t think you have option to increase this.
ingI would be curios to know what the package is holding which making it this big?
It’s not a good practice to hold everything in the package. The packages should be as lightweight as possible. If you are having input files or data which your bot going to need in the project folder, I would suggest to move that out to some Shared drive or data storage. This will make your package lightweight.
Ikr. Its really big, but this size comes only from .xaml file, nothing else, its really long process and In one big part of the process there is Try catch with retry scope, so thats what making the package so big I assume.
That cannot be right, xaml files are just text. In order to do that you’d need millions of lines of code.
The only way I can think of to make huge XAML files would be to have absolutely massive amounts of image selectors in it, which are bloating out the XAML files, but you’d be seeing gigabites in the original project, which the xamls themselves being huge.
A package is already compressed, its basically a ZIP file.
Something is weird in your package, its extremely unusual for it to be this big. I’d strongly suggest investigating why its so large.
Can you use TreeView on your project and share the results here so we can see some of the file sizes?
I suspect you accidentally included some very large artifacts in your project which are being pulled into the nuget.