[OpenSIPS-Devel] [OpenSIPS/opensips] 088607: Fixed memeory exhausting during concurrent reloads...

Bogdan-Andrei Iancu bogdan at opensips.org
Fri Jul 17 15:53:06 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0886073ea82cba90bf6bd247ccb46cfd5b81c154
      https://github.com/OpenSIPS/opensips/commit/0886073ea82cba90bf6bd247ccb46cfd5b81c154
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2015-07-17 (Fri, 17 Jul 2015)

  Changed paths:
    M modules/drouting/README
    M modules/drouting/doc/drouting_admin.xml
    M modules/drouting/dr_partitions.h
    M modules/drouting/drouting.c

  Log Message:
  -----------
  Fixed memeory exhausting during concurrent reloads.

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).

(cherry picked from commit 4480d115ee8f15c077a86c41086537758105ba8a)




More information about the Devel mailing list