Feedback source
None
GitHub Copilot plugin version
1.8.2-243
JetBrains IDE and version
IntelliJ IDEA 2026.1.1
Platform
Ubuntu Linux 25.10, uname -a output: Linux Slavik-PC 6.17.0-22-generic #22-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 12:04:44 UTC 2026 x86_64 GNU/Linux
Steps to reproduce
Open the IDE with the project.
Logs (optional)
No response
Expected behavior
The plugin uses a reasonable amount of resources.
Actual behavior
copilot-language-server starts consuming all available CPU resources and more than 20G of RAM.
Additional information
The project is a multi-module monolith with over 150 modules and more than 300K lines of code (Java, TypeScript, and others). As far as I can see (using strace and pstree), copilot-language-server is opening project files in bulk and calling git. Team colleges using IntelliJ IDEA on Windows have a similar issue after updating the plugin. 1.7.1-242 version works OK.
If this matters, the account I'm using with the Copilot plug-in is a part of the GitHub Copilot Business subscription.
Feedback source
None
GitHub Copilot plugin version
1.8.2-243
JetBrains IDE and version
IntelliJ IDEA 2026.1.1
Platform
Ubuntu Linux 25.10,
uname -aoutput:Linux Slavik-PC 6.17.0-22-generic #22-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 12:04:44 UTC 2026 x86_64 GNU/LinuxSteps to reproduce
Open the IDE with the project.
Logs (optional)
No response
Expected behavior
The plugin uses a reasonable amount of resources.
Actual behavior
copilot-language-serverstarts consuming all available CPU resources and more than 20G of RAM.Additional information
The project is a multi-module monolith with over 150 modules and more than 300K lines of code (Java, TypeScript, and others). As far as I can see (using
straceandpstree),copilot-language-serveris opening project files in bulk and calling git. Team colleges using IntelliJ IDEA on Windows have a similar issue after updating the plugin.1.7.1-242version works OK.If this matters, the account I'm using with the Copilot plug-in is a part of the GitHub Copilot Business subscription.