You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/gitpod-protocol/data/gitpod-schema.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@
290
290
},
291
291
"vmoptions": {
292
292
"type": "string",
293
-
"description": "Adjust VM options for the remote IDE server, especially if you want to increase the '-Xmx' memory size when working with a larger project. See https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options"
293
+
"description": "Configure VM options, for instance '-Xmx=4096m'."
294
294
}
295
295
}
296
296
},
@@ -324,7 +324,7 @@
324
324
},
325
325
"vmoptions": {
326
326
"type": "string",
327
-
"description": "Adjust VM options for the remote IDE server, especially if you want to increase the '-Xmx' memory size when working with a larger project. See https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options"
327
+
"description": "Configure VM options, for instance '-Xmx=4096m'."
328
328
}
329
329
}
330
330
},
@@ -358,7 +358,7 @@
358
358
},
359
359
"vmoptions": {
360
360
"type": "string",
361
-
"description": "Adjust VM options for the remote IDE server, especially if you want to increase the '-Xmx' memory size when working with a larger project. See https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options"
361
+
"description": "Configure VM options, for instance '-Xmx=4096m'."
362
362
}
363
363
}
364
364
},
@@ -392,7 +392,7 @@
392
392
},
393
393
"vmoptions": {
394
394
"type": "string",
395
-
"description": "Adjust VM options for the remote IDE server, especially if you want to increase the '-Xmx' memory size when working with a larger project. See https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options"
395
+
"description": "Configure VM options, for instance '-Xmx=4096m'."
0 commit comments