Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Increasing Max Memory

Explorer ,
Aug 20, 2008 Aug 20, 2008
I'm trying to increase the allowed memory for CF to accommodate large file uploads. I've experimented with various settings, but can't seem to correlate them with the file size I'm trying. Currently trying to upload a 300Mb file. Have the following settings in the Java and JVM window: Maximum JVM Heap Size (MB): 1024; JVM Arguments: -XX:MaxPermSize=384m.

Upload attempt results in the error: coldfusion.util.MemorySemaphore$MemoryUnavailableException: Memory required (300616607 bytes) exceeds the maximum allowed memory.

Are there other settings, or changes to the above, that will allow me to perform this upload?

Steve Moore
Larimer County Colorado
991
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 21, 2008 Aug 21, 2008
LATEST
In the ColdFusion administrator you can change the Maximum Size of Post Data in Server Settings > Settings > Request Size Limits. There is a form field named "Maximum Size of Post Data" that I think is defaulted to 100MB.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources