>> the problem is probably due to memory constraint

> I think so - because the 'griplist.pl' task is running separate
> and should not take longer than 30-60 seconds. The MaintThread
> is waiting for this task to finish. All other threads should run. I
think
> the whole Perl engine is dieing on your system with V2.

Hmm... maybe, during previous tests V2 did run fine ... until it
started saying that it needed more threads and increased them
at that point, after a while it bombed; but in this case I had no such
messages, ASSP started and worked fine for some minutes, then
(probably due to the fact that it did hit a checktime) it checked for
the GL and when the update started it bombed that way w/o any
other notice; again Thomas, I'm not trying to "bash" v2 or whatever
just trying to expose facts in an attempt to be of help

> To calculate the needed physical memory:
> - start V1
> - take the memory size used by V1
> - add 20 MB

Let me have a look....

  56578048+
  20971520
-----------
= 77549568

> - multiply it with (SMTP-Workers + 3)

ok, let's say we'll use 18 threads, so 15 workers

    77549568x
          15
-------------
= 1163243520

> - add 100 MB if you use Griplist and you have more than 30.000
> connections a day

true to both the box has an average of 73000 connections/day

  1163243520+
   104857600
-------------
= 1268101120

so, the needed (free) memory should be (at least) 1,268,101,120
bytes; if my math is correct; so the double core, 2Gb system
I'm using for the test (on which the 1.x works w/o a problem and
handling the above traffic and btw using ClamD) isn't enough...
ok, I'll try it on another system (no, I'm not joking at all, just
trying to figure out how to run this "beast") in a while that one
has less traffic and more resources, it's a double CPU with
eight cores and 32Gb RAM so maybe the v2 will fit better...
I will try v2 on it and report in a while


------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to