You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/09 00:31:19 UTC

[Bug 3761] New: spamd memory use grows too high (leak?)

http://bugzilla.spamassassin.org/show_bug.cgi?id=3761

           Summary: spamd memory use grows too high (leak?)
           Product: Spamassassin
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamc/spamd
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: glen_stewart@associate.com


spamd was started at Sep  7 22:45

About 19 hours later, here's memory use:

/etc/init.d > date
Wed Sep  8 17:33:28 EDT 2004

/etc/init.d > ps axu | grep spam
root      2302  0.0  6.5 56084 33660 ?       S    Sep07   0:48 [spamd]
root      2303  0.0  6.6 60860 34280 ?       S    Sep07   0:52 [spamd]
root      2304  0.0  6.8 60336 35196 ?       S    Sep07   0:51 [spamd]
root      2305  0.0  6.3 60032 32840 ?       S    Sep07   0:38 [spamd]
root      2306  0.0  7.0 61436 36444 ?       S    Sep07   0:57 [spamd]
root     18780  0.0  0.1  1672  612 pts/1    S    17:32   0:00 grep spam

/etc/init.d > free
             total       used       free     shared    buffers     cached
Mem:        515280     500572      14708          0      40440     124084
-/+ buffers/cache:     336048     179232
Swap:       514040     230184     283856

/etc/init.d > ./spam*n restart (reduced to 1 thread to minimize RAM use)
Shutting down spamd:                                            [  OK  ]
Starting spamd:                                                 [  OK  ]

/etc/init.d > ps axu | grep spam
root     18879  0.0  0.1  1668  604 pts/1    S    17:32   0:00 grep spam

/etc/init.d > free
             total       used       free     shared    buffers     cached
Mem:        515280     387296     127984          0      41000     124836
-/+ buffers/cache:     221460     293820
Swap:       514040     101364     412676

30 minutes later...
/root > date
Wed Sep  8 18:02:12 EDT 2004

/etc/init.d > ps axu | grep spam
root     18893  0.1  5.8 32440 30244 ?       S    17:32   0:02 [spamd]



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.