On Thu, 2006-03-09 at 15:25 +0100, Evert wrote: > Hi all! > > I have a newbie(?) question about memory use of Freenet. From top: > > PID user PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 6801 freenet 26 1 524m 140m 10m S 10.2 13.9 3:59.21 java > > Why is VIRT 524m? That seems like quite a bit for a freenet-config that is > set to use 101M, or am I wrong?
You are wrong. VIRT has very little to do with the actual memory usage; it's RES that matters. Which is reasonable - 101M plus JVM overheads.