>My limited, non-expert understanding of this is that every process gets
>its shared memory region counted. This implies that shared memory can be
> larger than actual memory. ie, given the following:
>process shared region and size
>1 A (300K)
>2 A
>3 A
>4 B (500K)
>5 B
>The total shared memory shown in free is 3*A + 2*B = 1900K.
Thanks for the information.
Now does anyone know where I can find documentation on what all the files in /proc do? If there is none then I'm prepared to start writing it...
Russell Coker