上运行的 .NET Web 服务,其中有-6ren">
gpt4 book ai didi

Azure应用服务: "There is not enough space on the disk." Although 300MB/50GB

转载 作者:行者123 更新时间:2023-12-03 18:01:03 25 4
gpt4 key购买 nike

我们有一个在服务计划中运行的应用服务,其存储限制为 50GB。

应用服务是服务计划的唯一组成部分。

我们有一个在 D:\home\site\services> 上运行的 .NET Web 服务,其中有一个文件夹,我们定期在其中创建 .docx.pdf 文件。

几个月前,在该上传文件夹中存储了多个千兆字节后,我们才收到There is not enough space on the disk。但过了一段时间,这个异常越来越快地被抛出——我们通过清空上传文件夹来解决这个问题。

到现在为止,当上传文件夹中的文件甚至少于 100 个时,我们都会收到此异常。虽然应用服务的总存储量只有 400MB/50GB...

这是堆栈跟踪的顶部:

System.IO.IOException: There is not enough space on the disk.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
at Xceed.Words.NET.DocX.Save()
at Xceed.Words.NET.DocX.SaveAs(String filename)

有谁知道我们做错了什么?

编辑: 应用服务和应用服务计划都有 50GB 的配额。我根本没有看到任何存储限制。

最佳答案

这听起来像是您的应用服务计划的问题。

您可以更改/增加定价层,看看它是否能解决您的问题。

基本版为 10 GB,标准版为 50 GB,高级版为 250 GB。

https://azure.microsoft.com/en-us/pricing/details/app-service/

关于Azure应用服务: "There is not enough space on the disk." Although 300MB/50GB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56937021/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com