We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38f689 commit 44e7161Copy full SHA for 44e7161
docs/velocity/admin/getting-started/README.mdx
@@ -31,7 +31,7 @@ proxy files.
31
32
```batch title="start.bat"
33
@echo off
34
-java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -jar velocity.jar
+java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar velocity.jar
35
pause
36
```
37
0 commit comments