zoukankan      html  css  js  c++  java
  • 百思不得其解的"Failed to allocate a managed memory buffer of 268435456 bytes."错误解决

    最近要做一个上传功能的WCF,20M 70M都测试成后,但是在测试130M的时候,却跳出

    "Failed to allocate a managed memory buffer of 268435456 bytes."

    错误,

    wcf web.config
    client web.config

    然后从MSDN的论坛里找到了一种方法,就是分段把文件内容传到服务器上,追加到文件结尾

    Code

    我想可能是一次传的文件放在内存里太大了

    希望对大家有帮助

  • 相关阅读:
    hdu 3268 09 宁波 现场 I
    hdu 3697 10 福州 现场 H
    CodeForces Round #521 (Div.3) D. Cutting Out
    #Leetcode# 226. Invert Binary Tree
    zufe 蓝桥选拔
    #Leetcode# 100. Same Tree
    #Leetcode# 6. ZigZag Conversion
    PAT 1084 外观数列
    #Leetcode# 38. Count and Say
    #Leetcode# 22. Generate Parentheses
  • 原文地址:https://www.cnblogs.com/Death/p/1266078.html
Copyright © 2011-2022 走看看