out of memory error:计算机/程序运行时的错误提示,表示可用内存不足(RAM 或可用地址空间不够),导致程序无法继续分配所需内存而中断或崩溃。常见于大型软件、游戏、数据库、浏览器或运行大量数据/模型时。(在不同系统中也可能表现为“内存不足”“无法分配内存”等类似提示。)
/ˌaʊt əv ˈmɛməri ˈɛrər/
My computer shows an out of memory error when I open the big file.
我打开那个大文件时,电脑提示 out of memory error(内存不足错误)。
During the data import, the application threw an out of memory error because the process tried to load everything into RAM at once.
在导入数据时,应用程序抛出 out of memory error,因为该进程试图一次性把所有内容都加载到内存里。
这是典型的计算机术语组合:out of memory(“内存用完/不足”)+ error(“错误”)。随着操作系统与编程语言对动态内存分配的广泛使用,这类提示在早期个人电脑与现代软件中都很常见;在一些语言/平台中也会以“memory allocation failure(内存分配失败)”或特定异常名出现。