Add disclaimer about required resources to the JetBrains IDEs connection docs #16321
-
It took me some time to understand why PyCharm drops connection to workspace. The reason is simple, I was using Kubernetes template and create workspace with minimum amount of resources. 2 Gib of RAM is absolutely not enough to run remote PyCharm. Workspace was green and was using 100% of RAM. A quick win will be to add a disclaimer about resources to the documentation. A more complicated solution could be to add some warnings to the Coder Gateway connector, like show that workspace could have not enough resources to run this IDE. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks, @Cjkjvfnby, for the feedback. @phorcys420 to update example template resources to meet the minimum requirement where we use the JetBrains gateway module. @EdwardAngert to add a disclaimer to the docs. https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements |
Beta Was this translation helpful? Give feedback.
thanks @Cjkjvfnby + @matifali !
check out the PR: coder/modules#397
keeping it simple, but hopefully that helps for now