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

Add support models with more than 256 type definitions #607

Closed
111pontes opened this issue Oct 24, 2017 · 2 comments
Closed

Add support models with more than 256 type definitions #607

111pontes opened this issue Oct 24, 2017 · 2 comments
Assignees

Comments

@111pontes
Copy link
Collaborator

YDK can't handle models with more than 256 type definitions. The limitation comes from libyang. We need to port the fix if available or implement it and contribute it upstream.

@einarnn
Copy link
Contributor

einarnn commented Oct 24, 2017

Just FYI, this was a deliberate implementation decision by the libyang authors to conserve memory for their primary use cases. Any fix we contribute will need to ensure we do not substantially increase memory or CPU usage. We hit this issue during yangcatalog work as well, and for now this is not a priority for the libyang primary authors.

@ghost ghost assigned ygorelik Dec 19, 2017
@ghost
Copy link

ghost commented Feb 21, 2018

Fixed in latest code

@ghost ghost closed this as completed Feb 21, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants