We are using hashicopr/multierror lib to compose all errors from validators, for example here
Usually, it works fine, but in case we have a lot of files and a lot of validation errors, multierror consumes whole free memory, and the application can be crashed with an OOM error

We are using hashicopr/multierror lib to compose all errors from validators, for example here

Usually, it works fine, but in case we have a lot of files and a lot of validation errors, multierror consumes whole free memory, and the application can be crashed with an OOM error