关于 java 调用的内存 #336
poplar-at-twilight
started this conversation in
讨论
Replies: 3 comments
-
|
重启了一下系统 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
刚升到6.0的时候,猛一看群晖统计的内存占用怎么300M+了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PBH最低可使用128M运行,386只是为了避免缓存击穿 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
旧版本使用的内存是
-Xmx256M,6.0 版本以后,启动脚本是-Xmx386M。这似乎让 Java 的内存占用无法忽视了:
当前的 Windows 启动脚本具体如下:
Beta Was this translation helpful? Give feedback.
All reactions