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.

