So far it sounds like you have the default installation settings for  
Coldfusion and the JVM and now that traffic is increasing your  
realizing the need to tune the JVM.  This is a common occurrence since  
the default JVM settings are not meant for higher loads.

Coldfusion 7 does not have any monitoring tools.  I have written a  
very simply monitoring tool for the company I work at.  Currently I'm  
in the process of making this a standalone tool for anyone to use.  Of  
course CF8 already has these tools built into the admin, but they are  
very heavy handed and can cause harm to a server under heavy load.   
Other options for CF7 monitoring are SeeFusion and Fusion Reactor.   
I've used both extensively at the company I work at and found both to  
do a great job each with pros and cons.    I think both still have a  
free trial period.

Actually, I'm sitting on my couch right now working on my monitoring  
tool.  I'm trying to get it to work with BlueDragon, but I might be  
able to get a version out soon just for CF7/8.

Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well.

On Jan 11, 2009, at 2:09 PM, Brett Hellman wrote:

> On Sat, Jan 10, 2009 at 10:35 PM, Dave Watts <[email protected]>  
> wrote:
>
>>> The reason I believe I have a memory leak is bec when I restart the
>> server
>>> and/or the services everything works fine for a little while. Then  
>>> SQL
>>> Server and JRUN being to start eating up memory.
>>>
>>> Task Manager is currently showing:
>>> SQLSERV.EXE 384,580 K
>>> JRUN.EXR 105,016K
>>>
>>> The server is under very light load right now, anywhere between 1-3
>> request
>>> per second. Can anyone please offer tips on steps I should take to
>> resolve.
>>
>> Those numbers are well within acceptable boundaries for both  
>> services.
>> CF/JRun takes half that just to idle without serving any requests!
>>
>> Have you observed significantly higher memory consumption for either
>> service?
>
> I have not
>
>>
>>
>> Have you considered migrating SQL Server to a dedicated machine?
>
> I'd like to avoid that for cost reasons. I've been running the site
> nobosh.com on the one sever for over a year without issue, only  
> recently due
> to product updates and increased traffic has the server started to  
> have
> issues.
>
>>
>>
>> Is there a specific reason that you think memory consumption is the
>> cause of your site's poor performance?
>>
> That's all that seems to make sense when writing this email, sounds  
> like
> that isn't the case though.
>
>>
>>> Does this sound like a memory leak to you? If so, what is the best  
>>> tool
>>> currently to use to find out what in my code is causing the memory  
>>> leak?
>>
>> It's a memory leak if it never reaches a plateau. Is that the case?  
>> Or
>> is it reaching a plateau that you think is simply too high? Have you
>> increased the maximum heap size for CF? After doing that, does CF
>> simply take all that available memory also?
>
> Good point, the memory usage for JRUN and MSSQL is reaching a  
> plateau. I
> haven't increased the maximum heap size for CF, what do you recommend?
>
>>
>>
>> What kind of stuff are you storing in memory? Sessions, application
>> variables, how much in each?
>
> Is there a tool or coldfusion admin page that tells you the usage  
> per each
> of these in memory?
>
> Thanks for your help Dave,
>
> Brett
>
>>
>>
>> Dave Watts, CTO, Fig Leaf Software
>> http://www.figleaf.com/
>>
>> Fig Leaf Software provides the highest caliber vendor-authorized
>> instruction at our training centers in Washington DC, Atlanta,
>> Chicago, Baltimore, Northern Virginia, or on-site at your location.
>> Visit http://training.figleaf.com/ for more information!
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317742
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to