Originally posted by: bsd2005
Each time we run batch job the svmon shows that there is a raise in virtual memory like this:
before:
size inuse free pin virtual mmode
memory 4194304 4188800 5351 1068262 5965995 Ded
pg space 5373952 3432671
work pers clnt other
pin 924646 0 0 143616
in use 4024763 0 164037
PageSize PoolSize inuse pgsp pin virtual
s 4 KB - 1127904 645807 195030 1489851
m 64 KB - 191306 174179 54577 279759
after:
size inuse free pin virtual mmode
memory 4194304 4070601 123630 1068217 5832891 Ded
pg space 5373952 3735886
work pers clnt other
pin 924601 0 0 143616
in use 3919610 0 150991
PageSize PoolSize inuse pgsp pin virtual
s 4 KB - 773273 803614 195033 1309755
m 64 KB - 206083 183267 54574 282696
I use ps aux and ps vg, get SIZE/SZ/RSS and is told:
SZ (l, -l) the core image size of the process, in 1kb units
SIZE (v) the virtual size of the data section of the process, in 1k
units.
RSS (v) the real memory size of the process, in 1k units
I wonder which one will indicates the memory using by a process in AIX to check if there is a memory leak. Could anybody help on this? Thank you very much!