Isn't the theoretical limit supposed to be 2GB with the actual limit somewhere in the region of 1.8? I know I have seen a JVM start with at least 1.5GB - could have been more, I can't remember.
"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Snake To: CF-Talk Sent: Thu Sep 07 21:13:07 2006 Subject: RE: IIS 500 - Internal Server Error Not forgetting that if this is a windows 32bit machine, you can only give JVM 1GB ish of that 4gb And if your running with the default settings then CF only has 512mb to play with. Russ -----Original Message----- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 20:33 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, No so unusual.... The JVM is controlled by the heap size and java.args in your jvm.config file - NOT by the physical amount of memory on the machine.. -Mark -----Original Message----- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:54 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error java.lang.OutOfMemoryError after some string cleaning. Which is kind of funny on a PowerEdge Quad with 4GB of RAM...? !k -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:12 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Kevin, What I would starting doing is putting <cfdump var="HERE" /> <cfabort /> Right after your application tag.. If that works (you see HERE on the browser page), then cut it out and move it farther down the page processing. Keep doing this until you no longer see HERE, but in fact see the 500 error. Now you know that whatever is causeing the error is between the current CFDUmp and wherever the last CFDUMP was. ........................... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:06 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I looked through your posts and tried flushing the output to no avail. I'm going to look over the page and the data for the 400th time, but I'm not to optimistic at this point. !k -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Just in case it is a 500 null error, here are some issues that I have had to address: http://www.bennadel.com/blog/139-ColdFusion-500-Null-Error-Revisited.htm http://www.bennadel.com/blog/84-500-null-Mysterious-ColdFusion-Error.htm These are all COLDFUSION errors ... Well actually MY errors in ColdFusion to be fair :) ............................. Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:35 PM To: CF-Talk Subject: RE: IIS 500 - Internal Server Error I was having the same thing this week. A developer working off my dev server, kept getting the internal server error for one specific page, yet it worked fine for me all the time. -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 18:14 To: CF-Talk Subject: RE: IIS 500 - Internal Server Error Does the error say "500 null" by any chance... If that is the case, it would be an error in ColdFusion and I can direct you to some stuff. ............................... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 12:56 PM To: CF-Talk Subject: IIS 500 - Internal Server Error Hey all, I just found out today that a specific piece of an application we provide is throwing an internal server error for a specific client. We've tested this same area with other clients and it seems to be working fine. Because we run as an ASP, the fact that this error is tossed for only one client is boggling me. We've check the data for this client and everything is on the up and up. Can anyone think of a reason why this page would choke out and CF would have nothing to say about it? !k ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252492 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

