将元数据写入文件时出现意外错误 [英] Unexpected error writing metadata to file

查看:119
本文介绍了将元数据写入文件时出现意外错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请妥善解决问题,没有足够的存储空间来完成此操作。

推荐答案

首先要注意的是是这个过程不抱怨您的硬盘空间。它抱怨RAM内存不足以完成任务;将元数据写入文件。有时当没有足够的空间时,您的进程将终止此错误消息,指示您需要重新启动计算机以清理RAM



另外,来自另一个主题 [ ^ ]问题可能是文件大小超过2GB,CLR有限制每个对象的大小为2GB。如果RAM不是问题,那么请确保你没有超出限制!



我建议你重新启动机器并在那时执行;什么时候它有足够的内存来执行任何类型的进程。此外,请确保您没有其他消耗大量RAM内存的应用程序。您还可以尝试从任务管理器中删除不必要的进程,然后重新尝试执行此命令。
First thing to note here is that the process is not complaining about your hard disk space. It is complaining about the RAM memory that is not enough remaining for completing the task; writing the metadata to file. Sometimes when there is not enough space, your processes are terminated with this error message indicating that you need to restart your machine to clear up your RAM.

Also, from another thread[^] the problem can be that the file size is larger than 2GB, CLR has a limit of size for every object to be 2GB. If RAM is not the problem, then make sure you are not topping off the limit!

I would suggest, that you restart your machine and execute this at that time; when it will have enough memory to execute any kind of process. Also, make sure you are not having other applications which consume a lot of RAM memory. You can also try to kill unnecessary processes from Task manager and then re-try executing this command.


这篇关于将元数据写入文件时出现意外错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆