Skip to content

Releases: springone-tour-2021/lab-workshop-2

v1.6

09 Jun 18:06
0ebd592
Compare
Choose a tag to compare
Uninstalling vscode extensions (#42)

* Uninstalling vscode extensions

Our java services were not killed because they were eating too much memory, they were killed because the built-in vscode has the redhat.java extension that starts a language server, indexes everything and eating up all the memory.
The code-server --uninstall-extension <id> command only hides the extensions from the vscode UI in edukates, they are still on disk and loaded. Yepp, the language server starts even if I uninstall the extension, that's why removing the extension directories are needed.

* reordering extension folder deletions
it does not mater but this way it is in-sync with uninstall (there the order does matter)

v1.5

04 Jun 21:23
1a25b2c
Compare
Choose a tag to compare
Setting -Xms an tweaking container memory (#41)

v1.4

01 Jun 20:29
17f43e3
Compare
Choose a tag to compare
Playing with JVM options to decrease memory usage (#39)

v1.3.1

13 May 01:39
75fb6e4
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release
Fixing editor actions (yepp, it does not like double quotes)

v1.3

12 May 19:39
06ff291
Compare
Choose a tag to compare
Merge pull request #35 from ryanjbaxter/content-updates

Select text after executing sed command

v1.2

12 May 15:43
Compare
Choose a tag to compare
Merge branch 'main' of github.com:springone-tour-2021/lab-workshop-2

v1.1

11 May 22:20
Compare
Choose a tag to compare
for consistency: remove original command on blocks that showw expecte…

v1.0

11 May 21:03
Compare
Choose a tag to compare
delete old file

v0.3

11 May 00:44
012213e
Compare
Choose a tag to compare
Merge pull request #31 from springone-tour-2021/screenshots

Retaking screenshots with config service

v0.2

06 May 21:08
068ae2c
Compare
Choose a tag to compare
Update training-portal.yaml

Trying to set capacity to greater than 1 for testing