10 Commits

Author SHA1 Message Date
mustard
f0763afc35
Auto-configure default JVM Xmx based on workspace resources (#20536)
* Auto-configure default JVM Xmx based on workspace resources

* Add max xmx and unit tests
2025-01-22 12:37:12 -05:00
Huiwen
35e4f385c5
Fix incorrect usage of os.Stat (#20125)
* Update main.go

* Fix incorrect stat for link

* add doc
2024-08-16 00:31:18 -04:00
Sven Efftinge
07833a3b18
[java] add java ops for processor count and container support (#19846)
* [java] add java ops for processor count and container support

* remove wiping java_tool_options
2024-06-07 17:37:18 +08:00
Jean Pierre
b704c9c97e
[JB] Properly overide jb config and cache folder locations (#19394)
* Revert "Revert jb stable images to 2023.3.2 (#19389)"

This reverts commit 49269b9e979bbe84297c3f742ae9fb34210e707e.

* Update platform properties file

* Fix

* Update Platform Version of JetBrains Gateway Plugin (Stable) to 233.14015-EAP-CANDIDATE-SNAPSHOT

* [JetBrains] Update IDE images to new build version

* 💄

* Fix plugin installation and config sync

* Check before updating platform properties file

* Fix

* 💄

* Update jb integration test

* Fix test

* Add unit test

---------

Co-authored-by: Robo Quat <roboquat@gitpod.io>
2024-02-07 01:25:48 +02:00
Anton Kosyakov
4bc3a7630a
Revert "Revert "unblock EXP-96 (#18387)" (#18944)" (#18973)
This reverts commit 0fd84a51641bf64ef7ce08d3be9d8f7af8c9665a.
2023-10-25 19:59:33 +03:00
Jean Pierre
0fd84a5164
Revert "unblock EXP-96 (#18387)" (#18944)
This reverts commit 0b5a71ad9aebb9101c6584dd2b17c35291e75dae.
2023-10-18 22:50:26 +03:00
Anton Kosyakov
0b5a71ad9a
unblock EXP-96 (#18387)
temporary disable auto-attach of the async-profiler to prevent JVM crash
2023-07-31 21:59:26 +08:00
Victor Nogueira
119badcf19 Fix License filename in headers (License-AGPL.txt -> License.AGPL.txt) 2022-12-22 10:02:31 -03:00
Anton Kosyakov
cd65787189 [jb]: remove custom JDK detection
Use built-in instead during warmup and regular workspace start.
Also disable refresh of Maven project in headless mode, i.e warmup or install plugins.

Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
Co-authored-by: Victor Nogueira <victor@gitpod.io>
2022-12-16 07:39:25 -03:00
Victor Nogueira
756c5b0248 Replace "Status" by "JetBrains Launcher" and run it in a separate image from IDEs
Co-authored-by: Anton Kosyakov <anton@gitpod.io>
Co-authored-by: Andrea Falzetti <andrea@gitpod.io>
2022-12-13 11:35:23 -03:00