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

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


  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4480d115ee8f15c077a86c41086537758105ba8a
      https://github.com/OpenSIPS/opensips/commit/4480d115ee8f15c077a86c41086537758105ba8a
  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).




More information about the Devel mailing list