Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道这意味着什么?我在我的以太坊控制台中得到了很多。它似乎没有破坏任何我能说的东西。
在 Linux 中,这意味着您超出了最大文件大小。Linux 中的最大文件大小取决于内核版本(可能是 2Gb)。因此,您似乎正在执行导致操作系统生成非常大文件的操作。
(如果您可以分享错误消息的完整上下文,我们可以为您提供更详细的答案。)