Date: Fri, 31 Mar 1995 04:21:43 -0600 (CST) From: Jim Bryant <jbryant@news.iadfw.net> To: PVinci@ix.netcom.com (Paul Vinciguerra) Cc: freebsd-questions@FreeBSD.org Subject: Re: [Q} rules of thumb re: RAM... Message-ID: <199503311021.EAA20701@news.iadfw.net> In-Reply-To: <199503300319.TAA20924@ix3.ix.netcom.com> from "Paul Vinciguerra" at Mar 29, 95 07:19:39 pm
next in thread | previous in thread | raw e-mail | index | archive | help
In reply:
> Date: Wed, 29 Mar 1995 19:19:39 -0800
> From: PVinci@ix.netcom.com (Paul Vinciguerra)
> Subject: [Q} rules of thumb re: RAM...
> To: questions@FreeBSD.org
>
> Are there any rules of thumb for the amout of RAM for a FREEBSD server?
> I know that wcarchive is loaded to handle 450 users.
>
> Are there guidelines for how much RAM is needed for each of the
> following?
>
> each ftp client
> cern hpptd
> each web client
>
> are the client just considered like any regular login? How much
> memory is suggested per login?
>
> I think that some type of guidelines should be included with 2.1. If
> I get a thorough response, I'd be glad to do put collection together
> as a FAQ or a HMTL doc.
I find this to be an invaluable aid in determining memory requirements:
#!/bin/sh
ps $1 $2 -gaxo pid,user,tt,time,start,state,wchan,rss,vsize,command
################################################################### END
you mention clients, don't forget the size of the shell... tcsh, for
instance takes over 600k resident per, [-O2 -m486 -fomit-frame-pointer],
and around 800k virtual.
BTW: one suggestion. why not include tcsh [possibly ksh as well] as part
of the standard distribution?
Jim
--
All opinions expressed are mine, if you | "I will not be pushed, stamped,
think otherwise, then go jump into turbid | briefed, debriefed, indexed, or
radioactive waters and yell WAHOO !!! | numbered!" - #1, "The Prisoner"
jbryant@server.iadfw.net, System administrator, Internet America
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503311021.EAA20701>
