【发布时间】:2021-06-25 09:43:47
【问题描述】:
我发布这个问题是因为我没有找到这个问题的答案,所以我认为有人可能需要这个解决方案。
我没有提供我的代码,因为我可以确认问题是在互斥体初始化时发生的。
这是错误消息和调用堆栈。
---> (Inner Exception #4) System.IO.IOException: Not enough storage is available to process this command. : 'ABCDEFGHIJK'
at System.Threading.Mutex.CreateMutexCore(Boolean initiallyOwned, String name, Boolean& createdNew)
at NormalizationService.Controllers.PhysicalChunkingController.Store(Chunk chunk, Stream bytes) in /usr/local/...
我已经搜索过这个错误信息的解决方案,大部分解决方案都像这个页面https://appuals.com/fix-not-enough-storage-available-process-command/。解决不了我的问题。
【问题讨论】:
标签: c# asp.net-core mutex