RE: [otrs] Apache Using to much memory for Windows

2005-04-04 Thread Tony Mart
I think its running mod_perl I quess I'll have to look at the config file
for that
But I thought OTRS had to use mod_perl or it doesn't work
As for the docs on to configure apache Ive looked there the conf file for
the windows version of OTRS is so drascticly different than the linux ones

Thanks
Tony Mart


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Are
Hoel
Sent: Monday, April 04, 2005 1:26 PM
To: 'User questions and discussions about OTRS.'
Subject: RE: [otrs] Apache Using to much memory for Windows

Hi

I don't thing you know exactly what you're editing there. Don't set 250
threads/child. Let it stay at 10, or lower it and set the
MaxRequestsPerChild value higher. That will help the load and limit memory
better. If you're currently using mod_perl yoy want to stop that. mod_perl
eats all the memory it can get.

You should probably take a look at http://httpd.apache.org and read up on
how to configure Apache.


Best regards

Are Hoel
Systems Administrator
Telio AS - www.telio.no



___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Apache Using to much memory for Windows

2005-04-04 Thread Are Hoel
Hi

I don't thing you know exactly what you're editing there. Don't set 250
threads/child. Let it stay at 10, or lower it and set the
MaxRequestsPerChild value higher. That will help the load and limit memory
better. If you're currently using mod_perl yoy want to stop that. mod_perl
eats all the memory it can get.

You should probably take a look at http://httpd.apache.org and read up on
how to configure Apache.


Best regards

Are Hoel
Systems Administrator
Telio AS - www.telio.no

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony
Mart
Sent: 4. april 2005 19:17
To: 'User questions and discussions about OTRS.'
Subject: RE: [otrs] Apache Using to much memory for Windows

Apache with mod_perl tends to use immeasurable lots of memory. Consider
limiting number of child to 2-5, and using of some accelerator, such as
squid/oops/apache+mod_accel.

--
Alex Povolotsky <[EMAIL PROTECTED]>

Thanks Alex,
Would this be the part of the httpd.conf that your talking about with
childs?


ThreadsPerChild 10
MaxRequestsPerChild  10


I JUST NOWadjusted that from the stock settings of


ThreadsPerChild 250
MaxRequestsPerChild  0


Im going to restart the services and see if that helps

Thanks
Tony Mart


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f|r Ihr OTRS System?
=> http://www.otrs.de/

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Apache Using to much memory for Windows

2005-04-04 Thread Tony Mart
Apache with mod_perl tends to use immeasurable lots of memory. Consider
limiting number of child to 2-5, and using of some accelerator, such as
squid/oops/apache+mod_accel.

--
Alex Povolotsky <[EMAIL PROTECTED]>

Thanks Alex,
Would this be the part of the httpd.conf that your talking about with
childs?


ThreadsPerChild 10
MaxRequestsPerChild  10


I JUST NOWadjusted that from the stock settings of


ThreadsPerChild 250
MaxRequestsPerChild  0


Im going to restart the services and see if that helps

Thanks
Tony Mart


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


Re: [otrs] Apache Using to much memory for Windows

2005-04-04 Thread Alex Povolotsky
On Mon, 2005-04-04 at 12:57 -0400, Tony Mart wrote:
> Hi All,
> 
> Heres my server
> 
> Windows 2003 Server SP1
> 3.0 Ghz P4
> 1.5 Gigs Ram
> 200 Gb HD
> 
> Otrs 1.2.4-01 For Windows
> 
> Right now I have 14 users and about 20 queues with about 70 tickets, and for
> some reason apache that came with the windows installer eats up my server
> memory, right now its using 1.3 gigs itself are there any tweaks to force it
> to use no more that 384megs of ram
> Now remember Im a windows guy, and only windows so please be gentle with me
> all this perl,php,MYSQL and apache stuff is killing me

Apache with mod_perl tends to use immeasurable lots of memory. Consider
limiting number of child to 2-5, and using of some accelerator, such as
squid/oops/apache+mod_accel.

-- 
Alex Povolotsky <[EMAIL PROTECTED]>


___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/


RE: [otrs] Apache Using to much memory for Windows

2005-04-04 Thread Pete McDonnell
Have you reviewed the apache config file?  There are several settings for
the number of processes to start by default, number of spare servers, etc.

I think this may also be related to the way perl is used.  IIRC a lot of
perl code is loaded in RAM depending on the way OTRS is used as well?  I'm
sure someone can clarify that.

- Pete McDonnell


> -Original Message-
> From: Tony Mart [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 04, 2005 12:57 PM
> To: 'User questions and discussions about OTRS.'
> Subject: [otrs] Apache Using to much memory for Windows
> 
> Hi All,
> 
> Heres my server
> 
> Windows 2003 Server SP1
> 3.0 Ghz P4
> 1.5 Gigs Ram
> 200 Gb HD
> 
> Otrs 1.2.4-01 For Windows
> 
> Right now I have 14 users and about 20 queues with about 70 
> tickets, and for some reason apache that came with the 
> windows installer eats up my server memory, right now its 
> using 1.3 gigs itself are there any tweaks to force it to use 
> no more that 384megs of ram Now remember Im a windows guy, 
> and only windows so please be gentle with me all this 
> perl,php,MYSQL and apache stuff is killing me
> 
> Let me know if you all need to see some of my httpd.conf
> 
> Thanks
> 
> Tony Mart
> Systems Admin
> Colony On On-Line
> 
> 
> ___
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support oder Consulting für Ihr OTRS System?
> => http://www.otrs.de/
> 
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/