【Azure 应用服务】App Service运行时突然中断:There is not enough space on the disk : 'D:localTempASPNETCORE...
2022-04-27 19:40
2899 查看
问题描述
App Service运行过程中,突然出现了 There is not enough space on the disk : 'D:localTempASPNETCORE_xxxxxx-xxxx-xxxx-xxxx-bb51xxxxxxxx.tmp'
问题分析
在云中的App Service文件存储容量,会根据使用App Service Plan的定价层有不同的大小。而错误消息中的D:\Local 表示的是App Service的临时目录。
- 对Free, Shared定价层,它的大小为500MB。
- 对Basic, Standard, Premium来说,有三种大小, 11GB, 15GB, 和58GB。
解决方案
D:\Local 是App Service上的临时文件,当重启实例时,D:\Local 中的所有文件都会清空。所以解决办法为:重启站点。
参考资料
Understanding the Azure App Service file system:https://github.com/projectkudu/kudu/wiki/Understanding-the-Azure-App-Service-file-system
相关文章推荐
- Windows Mobile开发启动模拟器时,得到错误 0x80070070: There is not enough space on the disk
- 服务器磁盘扩展卷时遭遇“There is not enough space available on the disk(s) to complete this operation.”错误
- There is not enough space on the disk.
- 【Azure 应用服务】App Service 的.NET Version选择为.NET6,是否可以同时支持运行ASP.NET V4.8的应用呢?
- 关于VMware提示there is not enough space on the file system for the selected operation
- 【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
- 【Azure 应用服务】App Service服务无法启动,打开Kudu站点,App Service Editor 页面均抛出:The service is unavailable
- 【Azure 应用服务】VS2019发布应用到正在运行的App Service时失败问题的解决
- 【Azure App Service For Container】创建ASP.NET Core Blazor项目并打包为Linux镜像发布到Azure应用服务
- Oops, 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine error
- 【Azure 存储服务】App Service 访问开启防火墙的存储账号时遇见 403 (This request is not authorized to perform this operation.)
- 【Azure 应用服务】Storage Queue触发Azure Function时报错 The input is not a valid Base-64 string
- 【Azure 应用服务】访问App Service突然出现 ERR_SSL_PROTOCOL_ERROR错误的解答
- 【Azure 应用服务】在App Service中调用外部服务API时需要携带客户端证书,而多次调用的情况下会出现WindowsCryptographicException Keyset does not exist异常
- Microsoft Office Excel cannot open or save any more documents because there is not enough available memory or disk space.
- AIX下在运行命令时提示“ksh: There is not enough space in ...
- 【Azure 应用服务】App Service中运行Python 编写的 Jobs,怎么来安装Python包 (pymssql)呢?
- 【Azure 应用服务】App Service For Linux 如何在 Web 应用实例上住抓取网络日志
- Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL serve
- 【Azure 应用服务】可以在app service里建SFTP服务吗?