IIS/SQL Server 中出现错误:没有足够的存储空间来处理此命令

发布于 2024-12-19 14:11:36 字数 341 浏览 0 评论 0原文

我有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木緿 2024-12-26 14:11:36

这不是磁盘存储问题。导致此错误的原因有很多,但基本上是由于池资源问题造成的,最终这是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文