Branch: refs/heads/3.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d2037f63986926dfd169ea7a58c6abf1a82fafcd
      
https://github.com/OpenSIPS/opensips/commit/d2037f63986926dfd169ea7a58c6abf1a82fafcd
  Author: Liviu Chircu <li...@opensips.org>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M modules/dialog/dlg_hash.c

  Log Message:
  -----------
  dialog: Mitigate 'dlg_list' PKG fragmentation

By using pkg_str_extend() instead of pkg_realloc(), we avoid a constant
creation of PKG fragments (the buffer will eventually stop growing),
which seems to gradually fragment the private memory pool, as the MI
'dlg_list' is continuously polled by various monitoring software.

Related to #3235



_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to