OutOfMemoryError
  • 音标:/aʊt əv ˈmeməri ˈerər/
  • 意思:内存不足错误
  • 例句OutOfMemoryError is thrown when the JVM cannot allocate more memory.
  • 翻译:当JVM无法分配更多内存时,抛出OutOfMemoryError。
  • 补充说明:可通过-XX:+HeapDumpOnOutOfMemoryError生成堆转储。