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

Use multiple transactions to load custom network prefixes #1589

Conversation

dmitry-sinina
Copy link
Contributor

@dmitry-sinina dmitry-sinina commented Oct 21, 2024

Description

This update addresses a memory issue encountered during the loading of large network prefixes. When attempting to load all network data in a single transaction, the process would run out of memory and terminate with an error. To mitigate this, we now process the loading in smaller transactions, ensuring that memory consumption remains manageable

@Ivanov-Anton Ivanov-Anton merged commit a5b7652 into yeti-switch:master Oct 22, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants