Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue:- The incoming YAML document exceeds the limit: 3145728 code points #53

Open
puneetbhardwaj83 opened this issue Jan 11, 2024 · 0 comments

Comments

@puneetbhardwaj83
Copy link

Hi,

Currently we are facing Code point limit error in our project as yaml document size is exceeding more than 3 MB. This error is coming from snakeyaml as in snakeyaml default codepointlimit size is fixed. but they have provided the setcodepointlimit function in loaderoption class from which we can increase the limit but loaderfunction class is not exposed in moultingyaml So we can't increase the size of codepointlimit. So kindly include setcodepointlimit parameter in moultingyaml code and increase the size of codepointlimit in moultingyaml package file from 3MB to 25 MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant