Skip to content

Commit 36f1f88

Browse files
committed
chore: consolidate memory recommendations for Velocity
1 parent 02943e4 commit 36f1f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/velocity/admin/getting-started/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ proxy files.
3131

3232
```batch title="start.bat"
3333
@echo off
34-
java -Xms512M -Xmx512M -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -jar velocity.jar
34+
java -Xms1G -Xmx1G -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -jar velocity.jar
3535
pause
3636
```
3737

0 commit comments

Comments
 (0)