Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 308 Bytes

File metadata and controls

6 lines (6 loc) · 308 Bytes

别以为“自动挡”就不可能出现OOM

  • 太多份相同的对象导致OOM:usernameautocomplete
  • 使用WeakHashMap不等于不会OOM:weakhashmapoom
  • Tomcat参数配置不合理导致OOM:impropermaxheadersize
  • (扩展)OOM的类型:oomtype
  • (补充)安全点的例子:safepoint