I first assumed it was my code so I moved any new code out of the web root. Jrun is at 400MB when my computer first boots. I've also commented out the contents of my App.cfc file (about a dozen objects are instantiated on appStart). I'm going to blow away the box and rebuild it. I *hope* it's not code-related. :)
-----Original Message----- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 11:07 AM To: CF-Talk Subject: RE: JRun 600MB+ shortly after boot up Two things.... This may sound arcane, but are you sure the code is not stuck in an endless loop? What if you put in some debugging to see what it is doing? Also, can you confirm what changes you made to downgrade your JVM for us. In addition in installing the lower version, you must edit your jvm.config to use it. Something like: java.home=C:/JRun4/1.5_14/jre Thanks. ~Brad -----Original Message----- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 8:59 AM To: CF-Talk Subject: RE: JRun 600MB+ shortly after boot up Thanks for the suggestion however James Holmes beat you to it. Unfortunately, running on 1.5_13 and 1.5_14 has the same results. Jrun hovers around 400MB until I try to initialize my first app. -----Original Message----- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 8:27 AM To: CF-Talk Subject: RE: JRun 600MB+ shortly after boot up Jason, Ah... Since it chokes on object creation this looks like it could be the class loader issue that everyone yammers about with JVM 1.6. Try rollling back to 1.5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305347 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

