summaryrefslogtreecommitdiffstats
path: root/ozone-cli/work/ozone.json
blob: f1ed208c41a806b18421ed550ccf3bffae76a791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
}