Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!emory!hubcap!ncrcae!ncrlnk!cipc1!tbertels From: tbertels@cipc1.Dayton.NCR.COM (Tom Bertelson) Newsgroups: comp.sys.ncr Subject: Re: How can I find out how much memory an NCR system has on board? Message-ID: <1613@cipc1.Dayton.NCR.COM> Date: 2 Feb 90 19:37:15 GMT References: <1478@jimi.cs.unlv.edu> Organization: NCR World Telecomputing Center - Dayton, OH Lines: 24 jack@stevie.cs.unlv.edu (Jack Alexander) writes: >Hello: I am the system adminstrator for many NCR towers in the Las Vegas >area. I have situations arise where I want to be able to find out how much >memory I have on the computer. Where can I look to find this? Try echo "maxmem/D" | awk /unix /dev/kmem for maximum user memory, or echo "physmem/D" | awk /unix /dev/kmem for physical memory. Multiply this number by the clicksize (1024 I think, look in /usr/include/sys/param.h for NBPC) (Tower 32/800; don't know about other models). This is the test used by the compress software to detemine how much memory it can use. -- Tom Bertelson DISCLAIMER: My opinions are my own and Tom.Bertelson@Dayton.NCR.COM in no way reflect those of my employer. ...!uunet!ncrlnk!cipc1!tbertels