Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ac98b8e

Browse files
修改一些文字错误
1 parent bc0234d commit ac98b8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ java -jar admin-x.y.z.jar --spring.config.location=/opt/jar/admin.yaml restpwd
119119
1. 使用其他jre 如:[openj9-eclipse](https://www.eclipse.org/openj9/),
120120
减低内存占用明显,并且不影响性能。
121121

122-
2. `激进` ~~java:JIT特性是提高java性能的重要编译器,其动态编译优化性能更甚于c++等一些静态编译语言。但是也是内存占有用的大户。
123-
如果你需要减少内存占用,在运行java 命令上加 `-Djava.compiler=NONE` ,会大幅减少java内存占用(约30~50%),同时降低性能,大幅度增加启动时间。
124-
出现一些动态代理的问题不要用。~~
125122
126123
127124

0 commit comments

Comments
 (0)