Fix RAM amount for mac

Redned 2019-11-15 20:10:10 -06:00
parent a3495446b0
commit 00f79452b2

@ -13,7 +13,7 @@ java -Xms512M -jar Geyser.jar
### macOS ### macOS
* Create a text file called **run.command**, and open it with a text editor such as TextEdit or TextMate. Type the text below into the **run.command** file: * Create a text file called **run.command**, and open it with a text editor such as TextEdit or TextMate. Type the text below into the **run.command** file:
```sh ```sh
#!/bin/bash cd "$( dirname "$0" )" java -Xms5124M -jar Geyser.jar #!/bin/bash cd "$( dirname "$0" )" java -Xms512M -jar Geyser.jar
``` ```
* Open Terminal, and type in `chmod a+x` **(Do NOT press return!)**, and drag your *run.command* file into the Terminal. * Open Terminal, and type in `chmod a+x` **(Do NOT press return!)**, and drag your *run.command* file into the Terminal.
* Press return on your keyboard, and Geyser will start up. Geyser will generate all the needed files. * Press return on your keyboard, and Geyser will start up. Geyser will generate all the needed files.