Skip to content

Commit b65c1f5

Browse files
committed
UUpdate VM to JVM
1 parent 49f5135 commit b65c1f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/gitpod-protocol/data/gitpod-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
},
291291
"vmoptions": {
292292
"type": "string",
293-
"description": "Configure VM options, for instance '-Xmx=4096m'."
293+
"description": "Configure JVM options, for instance '-Xmx=4096m'."
294294
}
295295
}
296296
},
@@ -324,7 +324,7 @@
324324
},
325325
"vmoptions": {
326326
"type": "string",
327-
"description": "Configure VM options, for instance '-Xmx=4096m'."
327+
"description": "Configure JVM options, for instance '-Xmx=4096m'."
328328
}
329329
}
330330
},
@@ -358,7 +358,7 @@
358358
},
359359
"vmoptions": {
360360
"type": "string",
361-
"description": "Configure VM options, for instance '-Xmx=4096m'."
361+
"description": "Configure JVM options, for instance '-Xmx=4096m'."
362362
}
363363
}
364364
},
@@ -392,7 +392,7 @@
392392
},
393393
"vmoptions": {
394394
"type": "string",
395-
"description": "Configure VM options, for instance '-Xmx=4096m'."
395+
"description": "Configure JVM options, for instance '-Xmx=4096m'."
396396
}
397397
}
398398
}

components/gitpod-protocol/go/gitpod-config-types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)