Let us know what you’re looking for. We strive to respond in 48 hours, but, every now and then, life gets in the way, so be patient if there’s a delay.
To get the Memory usage on Railo (heap and non-heap), you can use the getMemoryUsage() function, like so:
<cfdump var=’#getmemoryUsage(‘heap’)#’>
<cfdump var=’#getmemoryUsage(“non_heap”)#’>
Pretty simple. But something that isn’t well documented. I hope this helps someone!
-Scott