On Thursday, Jan 30, 2003, at 11:31 US/Pacific, Marius Milosav wrote: > Java VM setting resolved by increasing internal VM working memory > ceiling in > ColdFusion MX administrator "-XX:MaxPermSize=128m" > > I was wondering if this is also a fix for Windows. Can somebody from MM > comment on this. > Where in the Admin this setting should be set? Is it under JVM > Arguments ?
Yes, JVM Arguments. The Java machine works by allocated a small area of its overall memory space for information about classes etc - it's "permanent" space. You can get Out Of Memory errors if Java exceeds that working space. It's possible that changing this setting will prevent the error you are seeing, even on Windows. Sean A Corfield -- Director, Architecture Web Technology Group -- Macromedia, Inc. tel: (415) 252-2287 -- cell: (415) 717-8473 aim/iChat: seancorfield -- http://www.macromedia.com An Architect's View -- http://www.macromedia.com/go/arch_blog ColdFusion MX and JRun 4 now available for Mac OS X! http://www.macromedia.com/go/cfmxosx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

