Big Process Size

Hi:

Can anyone provide ideas to reduce the process size of a simple java application running on Sun OS v5.8 box ? All this application does is call Thread.sleep(300*1000). "top" command reports that the total process size is 28M and resident memory size is 8M.

The following is one of the lines from running the "pmap" command on the process:

AddressKbytesMapped File

FD4000012880dev:32,16 ino:389873

I am using the java version "1.3.0._02".

Thank you.

[538 byte] By [TheFarSider] at [2007-9-26 9:59:16]
# 1
You could use the command line options to reduce the minimum heap size and the minimum stack size, but I doubt there will be any substantial gains.
jschell at 2007-7-1 21:47:39 > top of Java-index,Java HotSpot Virtual Machine,Specifications...