Skip to content

Commit

Permalink
Merge pull request JavaCourse00#17 from loodeer/patch-1
Browse files Browse the repository at this point in the history
fix -Xms512 to -Xms512m
  • Loading branch information
kimmking authored Jun 25, 2021
2 parents 201be61 + ec84c8d commit dccd797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01jvm/out/production/01jvm/环境准备.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ mvn clean package
链接:https://pan.baidu.com/s/1NbpYX4M3YKLYM1JJeIzgSQ
提取码:sp85

java -jar -Xmx512m -Xms512 gateway-server-0.0.1-SNAPSHOT.jar
java -jar -Xmx512m -Xms512m gateway-server-0.0.1-SNAPSHOT.jar

0 comments on commit dccd797

Please sign in to comment.