This is a discussion on Re: memory problem after sending trap within the SNMP Coders forums, part of the Networking and Network Related category; On Tue, 25 Dec 2007 18:19:22 +0100 slah wrote: SK> while using send_v2trap() api in net-snmp ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 25 Dec 2007 18:19:22 +0100 slah wrote:
SK> while using send_v2trap() api in net-snmp 5.3.0.1- memory size increased by SK> 40K for each SK> trap sent till it reaches 21 MB and no increase after that. SK> snmp_free_varbind is called in our code after send_v2trap(). This is the retention of traps for the notification log mib. You can disable it by adding 'doNotRetainNotificationLogs yes' to you snmptrapd.conf. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |