27
Increase the max size of Config
Naoya Matayoshi
3MB for a compiled config file is very limiting. For example if we use
aws-eks/update-kubeconfig-with-authenticator
42 times in different jobs and when it gets compiled it becomes about 9000 lines. Which takes up quite a lot of 3MB limit. Is there possibility in increasing the limit or exclude the orbs compiled lines?Activity
Newest
Oldest
Adam Monica
This is a showstopper the way it's used in our org. Is there a way to make it more efficient? For example, if the same slack command to send a notification is used multiple times, does it have to repeat the same code over and over again? Firstly this should not contribute to the size limitation, secondly I agree the size limit should be alot bigger.
Oliver Schoenborn
Seriously there should not even be a limit!
r
rayman Sato
if we use orbs, the config will be smart.
but the config.yml will be large.. it should increase the limit, otherwise it's difficult to use orbs with large project