Skip to content

Commit 4557832

Browse files
fix format
1 parent 2af7da3 commit 4557832

File tree

1 file changed

+2
-2
lines changed
  • docs-java/process/maintenance/optimize/jvm

1 file changed

+2
-2
lines changed

docs-java/process/maintenance/optimize/jvm/graal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /optimize/jvm/graalvm
66

77
# GraalVM
88

9-
::: tip
9+
:::tip
1010

1111
这些参数只适合 GraalVM EE
1212

@@ -28,4 +28,4 @@ GraalVM 不适合使用 ZGC,会导致重要优化被禁用
2828

2929
## 正在考虑的flag
3030

31-
更激进的内联,在 Graal 中通过`-Dgraal.BaseTargetSpending=160`(默认为 120)和 OpenJDK 中的其他一些标志。具有较大缓存的 CPU 可能会从中受益
31+
更激进的内联,在 Graal 中通过`-Dgraal.BaseTargetSpending=160`(默认为 120)和 OpenJDK 中的其他一些标志。具有较大缓存的 CPU 可能会从中受益

0 commit comments

Comments
 (0)