Return to BSD News archive
From: Marcelino Enriquez <mars@cs.berkeley.edu> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Memory limits Date: Sun, 13 Jul 1997 21:39:12 -0700 Organization: University of California, Berkeley Lines: 31 Message-ID: <33C9AD70.D008AF0F@cs.berkeley.edu> NNTP-Posting-Host: persepolis.hip.berkeley.edu Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Mailer: Mozilla 4.0b5C (X11; I; FreeBSD 2.2.2-RELEASE i386) X-Priority: 3 (Normal) Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.lava.net!news.flex.com!news.pixi.com!news1.best.com!hunter.premier.net!europa.clark.net!nntprelay.mathworks.com!news.mathworks.com!blanket.mitre.org!agate!usenet Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44383 Hi there, Here is my question and I hope this can be fixed. I am currently overseeing a cluster of 3 freebsd machines runnning 2.2.2 Release #0. First machine has 256Megs of ram The second machine has 128megs of ram. Final one has 64Megs. The first machine has a kernel that has been compiled to allow programs to grow as big as 200megs. The only problem is that for some reason the only one who can have programs grow to this size are those who are logged in on the console. If you login remotely or rsh into the machine you are restricticed to a much smaller chunk of memory. This seems to appear in all three setups. If you login on console you get as much memory as the machine was setup to give, but remote login users are allowed only 1/4th to 1/2 of that size. Unfortunately this is hendering us since the applications we are running, run in parallel via rshes and thus need more memory then freebsd is willing to give. Any help would be appriciated. Thanks