java applications taking up too much memory

2005-02-22 Thread Brian John
Hello, It seems that my java applications are taking up a ton of memory. Even one small jar that I start at startup takes up almost 200 MB! I start it like this: java -Xms4m -Xmx8m -jar /home/brian/serverWatcher/serverwatcher.jar & and it looks like this in top: 76750 brian 200 159M 10

RE: java applications taking up too much memory

2005-02-23 Thread Ted Mittelstaedt
ailto:[EMAIL PROTECTED] Behalf Of Brian John > Sent: Tuesday, February 22, 2005 5:47 PM > To: freebsd-questions@freebsd.org > Subject: java applications taking up too much memory > > > Hello, > It seems that my java applications are taking up a ton of > memory. Even > o