Subject: Re: smbd dies under heavy transfers
To: None <Gilles@Gravier.org>
From: Havard Eidnes <he@NetBSD.org>
List: netbsd-users
Date: 04/16/2007 22:18:14
> PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU CO=
MMAND
> 677 root 2 0 218M 62M netio 11:22 19.97% 19.97% sm=
bd
>
> So my smbd is indeed with a size of 218M and 62M of RES(resources?). =
Is =
> that size actually the data segment size?
"SIZE" means "virtual memory size for this process: code, stack
and heap". "RES" is "resident", the part of "SIZE" which is
present and mapped in physical memory, ref. the top(1) man page.
Regards,
- H=E5vard