[rt-devel] Long attachments timeout

Stanislav Sinyagin ssinyagin at yahoo.com
Tue Jul 29 04:37:04 EDT 2003


I couldn't reproduce the problem with freshly restarted Apache (1.3.27, mod_perl 1.27), 
will try again later.

Another problem is the allocated memory growth. After 2.8 Mb message, 
the Apache process memory is more than 300Mb:

bash-2.05b# ps -vcxa | egrep 'httpd|PID'
  PID STAT      TIME  SL  RE PAGEIN   VSZ  RSS   LIM TSIZ %CPU %MEM COMMAND
40003 I      0:41.31 209 1010   5408 369140 1108     -  272  0.0  0.2 httpd
40005 I      0:24.17 209 1114   1909 348448 297640     -  272  0.0 58.1 httpd
40006 I      0:05.78 209 1058    988 30528 13028     -  272  0.0  2.5 httpd
40007 I      0:00.96  34 1010   1613 29704 7248     -  272  0.0  1.4 httpd
40004 I      0:00.18 209 1010    643 27440 8800     -  272  0.0  1.7 httpd
40001 Ss     0:02.50   0 1874      4 26252 2060     -  272  0.0  0.4 httpd

Is there a way to reduce the memory consumption? Save the message body 
to a temporary file, instead of keeping it in memory?

Regards,
Stan

--- Jesse Vincent <jesse at bestpractical.com> wrote:
> No. I mean the other way round. The problem you seem to be hitting is
> taht the client times out because the server returns NO data. Modifying
> the server t oreeturn a little bit of data before processing begins
> might help.




More information about the Rt-devel mailing list