Java Memory Management on HP-UX

page 102/8/2005
(c) Copyright Hewlett Packard Company, 2005
Kernel tunables
SWAP
swapinfo mt (displays swap space usage on the system)
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
reserve - 266 -266
memory 4089 1313 2776 32%
total 8185 1579 6606 19% - 0 -
Swap is reserved at the time virtual memory is allocated for a
process. But when the lazy-swap option is enabled, swap is
allocated at the time of actual use of memory.