On 9/24/07, Dave Warnock <[EMAIL PROTECTED]> wrote: > using Sun Rays on Ubuntu. I find that > > /etc/opt/SUNWut/jre/bin/java auth.utauthd.utauthd > > is a huge memory hog. It is sitting at 1.2Gb virtual memory at the moment.
You don't say which release of SRSS you're using. If you're using 3.1.1 or earlier then the Java VM is probably defaulting to its server-class memory usage/garbage collection model, where it will use vast amounts of memory. In 4.0, SRSS forces the VM to use the client model, which is supposed to be much less greedy. You can force earlier releases to use the client model by editing the launcher script (for authd that's /opt/SUNWut/lib/utauthd) and adding the '-client' option to the 'java' command line. OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
