Some likely candidates: 1. Infinite loop creating objects.
2. Memory leak -- unnecessary and wasteful accumulation of objects that are never dereferenced. 3. Large amounts of data (result sets, files, etc.) being cached or read in memory. Try increasing the max heap size for the JVM, and if that doesn't work do some memory profiling with Hprof or a professional tool like JProbe or OptimizeIt. Scott Stirling Macromedia -----Original Message----- From: Arul To: JRun-Talk Sent: 11/25/2001 7:15 AM Subject: out of Memory Excpetion Hi.. Why do i get out of Memory Exception in my application running in Jrun. Any possible solutions on that -Arul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
