summaryrefslogtreecommitdiffstats
path: root/ozone-cli/work/ozone.json
diff options
context:
space:
mode:
Diffstat (limited to 'ozone-cli/work/ozone.json')
-rw-r--r--ozone-cli/work/ozone.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/ozone-cli/work/ozone.json b/ozone-cli/work/ozone.json
new file mode 100644
index 0000000..f1ed208
--- /dev/null
+++ b/ozone-cli/work/ozone.json
@@ -0,0 +1,24 @@
+{
+ "profiles": {
+ "default": {
+ "game_version": "latest_release",
+ "java_runtime": null,
+ "instance": "default",
+ "jvm_arguments": [
+ "-Xmx2G",
+ "-XX:+UnlockExperimentalVMOptions",
+ "-XX:+UseG1GC",
+ "-XX:G1NewSizePercent=20",
+ "-XX:G1ReservePercent=20",
+ "-XX:MaxGCPauseMillis=50",
+ "-XX:G1HeapRegionSize=32M"
+ ]
+ }
+ },
+ "instances": {
+ "default": {
+ "path": "default"
+ }
+ },
+ "client_id": "8e1cd116-9100-46cb-86b8-1a4ad54c5cbe"
+} \ No newline at end of file