cloud-code-intellij
cloud-code-intellij copied to clipboard
Cannot open large project: OOM killer with 100s of skaffold instances started
Expected Behavior
Successfully open a project in IntelliJ IDEA with many modules. Good open source example: https://github.com/ktorio/ktor.
Actual Behavior
While opening this project, the Google Cloud plugin starts hundreds of skaffold instances, and uses up all of 128 GB of memory, causing the Linux OOM killer to kill pretty much everything, including Chrome and IDEA.
The only way for me to successfully open the ktor project is to disable the Cloud Code plugin.
Additional Information
- IDE type (e.g. IntelliJ, Pycharm): IntelliJ IDEA
- IDE version: 2024.3 Ultimate
- Cloud Code version (Settings > Plugins > Cloud Code): 24.11.1-233-api-version-223
- Cloud SDK (Settings > Cloud Code > Cloud SDK)
- Are you allowing the plugin to manage the Cloud SDK: Don't know, disabled the plugin
- Version of the Cloud SDK: Don't know, disabled the plugin
- Skaffold version (If you are using Kubernetes features; Settings > Cloud Code > Kubernetes): Don't know, disabled the plugin
- Operating System: Linux 6.11.7-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 19:23:10 UTC 2024 x86_64 GNU/Linux
thanks for the report @rocketraman we'll look into this and try to reproduce.