Skip to content

Commit 412defc

Browse files
authored
chore: clean up JetBrains resource requirements (coder#813)
1 parent 9f3358a commit 412defc

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

images/writing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Please note:
6565
and build your images locally. Note that this isn't usually necessary, even if
6666
your image installs and enables Docker.
6767

68-
## Example: Installing an IntelliJ IDE
68+
## Example: Installing a JetBrains IDE
6969

70-
This snippet shows you how to install an IntelliJ IDE onto your image so that
70+
This snippet shows you how to install a JetBrains IDE onto your image so that
7171
you can use it in your Coder workspace:
7272

7373
```Dockerfile
@@ -103,6 +103,6 @@ RUN mkdir -p /opt/idea
103103
RUN curl -L "https://download.jetbrains.com/product?code=IIC&latest&distribution=linux" \
104104
| tar -C /opt/idea --strip-components 1 -xzvf -
105105

106-
# Add a binary to the PATH that points to the Intellij startup script.
106+
# Create a symbolic link in PATH that points to the Intellij startup script.
107107
RUN ln -s /opt/idea/bin/idea.sh /usr/bin/intellij-idea-community
108108
```

setup/requirements.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ For **basic control services**, allocate at least 2 CPU cores, 4 GB of RAM, and
1010
20 GB of storage.
1111

1212
For **each** active developer using Coder, allocate additional resources. The
13-
specific amount required per developer varies, though you can use the following
14-
to help you estimate:
15-
16-
- **Development using a JetBrains IDE**: 4 CPU cores, 8 GB of RAM, and 10 GB of
17-
storage per developer
18-
- **Development using VS Code with an SSH connection to Coder**: 1 CPU core and
19-
1 GB of RAM per developer
20-
21-
These estimates can vary based on actual usage within a workspace. We recommend
13+
specific amount required per developer varies, though we recommend
2214
starting with 4 CPUs and 16 GB of RAM, then iterating as needed. Developers are
2315
free to request the resource allocation that fits their usage:
2416

workspaces/editors.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,10 @@ The symlink names supported by Coder are:
149149
- `studio` (Android Studio)
150150
- `webstorm`
151151

152-
### System requirements
152+
## System requirements
153153

154-
We recommend running the JetBrains IDE in an workspace with the following
155-
minimum resources but the resources required depends on your workspace-specific
156-
requirements:
157-
158-
- 8 GB RAM
159-
- 4 CPU cores
154+
The resources required depends on your workspace-specific requirements. We
155+
recommend reviewing the documentation for your IDE to obtain a starting point.
160156

161157
### Known issues
162158

0 commit comments

Comments
 (0)