IIS/SQL Server 中出现错误:没有足够的存储空间来处理此命令
我有 ASP.NET 2 ASP.NET 网站托管在 Windows 2003 服务器上。
我的数据库(sql server 2008 标准)是 4Gb(只有 250MB 是免费的)。服务器硬盘为34Gb(还有6GB可用空间)。
几天前,我尝试在 sql server profiler 运行时访问我的网站。在网站上进行一些操作后,我收到以下消息:
没有足够的存储空间来处理此命令
您能说出原因是什么吗?
我不得不提的是,在我运行 iisreset
命令后,我看到网站再次运行良好,但我担心它会再次出现。
I have asp.net 2 asp.net websites hosted on windows 2003 server.
My database(sql server 2008 standard) is 4Gb (only 250MB are free). The server hard disc is 34Gb(with 6GB free).
A few days ago I tried to access my website when sql server profiler is running. After some actions in the website, I got the following message:
Not enough storage is available to process this command
Can you tell what can be the reason?
I have to mention that after I ran the iisreset
command, I saw the website working well again, but I'm afraid it will occur again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是磁盘存储问题。导致此错误的原因有很多,但基本上是由于池资源问题造成的,最终这是 IIS/OS 问题。
https://serverfault.com/questions/147526/not-有足够的存储空间来处理此命令
This is not a disk storage issue. There are a bunch of causes of this error, but basically from a problem with a pooled resource and ultimately this is an IIS/OS problem.
https://serverfault.com/questions/147526/not-enough-storage-is-available-to-process-this-command