Skip to content

Commit

Permalink
Fixed memeory exhausting during concurrent reloads.
Browse files Browse the repository at this point in the history
Add a new module parameter no_concurrent_reload to prevent multiple reloads in the same time.
If you have a large routing set (millions of rules/prefixes), you should consider disabling concurrent reload as they will exhaust the shared memory (by reloading into memory, in the same time, multiple instances of routing data).
  • Loading branch information
bogdan-iancu committed Jul 17, 2015
1 parent 9982088 commit 4480d11
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 92 deletions.

0 comments on commit 4480d11

Please sign in to comment.