On 10/27/05, Nolan Creese <[EMAIL PROTECTED]> wrote: > I am getting an error. Cannot allocate memory. I have looked around and can > not find anything CF specific. Any help would be appreciated. > > CFMX 6.1 > Linux >
That's because it's not CF-specific -- it's Java specific. That error means that the JVM size that is trying to be reserved is larger than the amount of memory available on your machine. Either shut some other processes down or lower the JVM heap size in your jvm.config file. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222426 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

