Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Mark Forsberg #1
Unable to Allocate Memory Heap
I am using the following code (CFX_HTTP5) to upload a 160kb text file up to a
secure server. Files should be no greater than 250 kb.
<!--- Read the contents of the text file into a Coldfusion variable --->
<cffile action="read"
file="e:\myFiles\TempFileStorage\myFile.txt"
variable="fileBody">
<!--- Actually upload the file --->
<cf_cfx_http5_upload fileField="File1"
fileName="g:\myFiles\tempFileStorage\myFile.txt"
fileContent="#fileBody#"
url="https://mySite.com/test.asp">
</cf_cfx_http5_upload>
When it executes I get the following error:
The file load generated an error.
Error Number: 98
Error: Could not allocate memory heap
If I run a small file (10kb), it uploads the file just fine. I don't deal with
Java and have never seen this type of message in ColdFusion before. Could it be
the tag that the CFX tag calling too many resources? What will occur if I
double my Maximum Heap Size? It's been running with all of our applications
just fine for well over 1 year. I'd hate to hose up the CF Server. Are there
any issues with CFX_HTTP5 that anyone knows about?
We are running CFMX 7 on a Windows Server 2000 machine. The JVM is set at a
maximum heap size of 512mb.
Any assistance is greatly appreciated. The server has 2 GB or ram.
Mark F.
Mark Forsberg Guest
-
Tracking Heap memory: How?
I know you can enable Jrun metrics and log the free heap size to a file. But that's not good enough. How can we track the free heap size via the... -
allocate memory Illustrator 9.0.2
What is the % of actual memory should be allocated to an Illustrator 9.0.2? to avoid getting this error "not enough memory to open file". G4 OS... -
How much memory can Photoshop allocate?
I believe Panther allows 4GB per application on a G5 system and above, but applications do not automatically use more than 2GB. -
File /iisHelp/common/500-100.asp Line 0 Out of memory. Unable to allocate requir
I could see this error in my event logs "File /iisHelp/common/500-100.asp Line 0 Out of memory. Unable to allocate required memory.. " what is... -
ORA-04031: unable to allocate 4096 bytes of shared memory
See my answer in c.d.o.misc, and please do not crosspost. -- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com...



Reply With Quote

