Copilot in intellij uses an absurd amount of memory #84695
Replies: 3 comments 1 reply
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Yeah big time, i've got an almost maxed out MacBook Pro and it CHUGS whenever the pane with Copilot chat is open but closing the pane completely resolves the performance issue. Kind of annoying to have to remember to close the pane so often. The plugin isn't open source either so we can't open a PR to fix :sad: |
Beta Was this translation helpful? Give feedback.
-
I’m experiencing the same issue:
The IntelliJ Copilot plugin is consuming excessive memory and severely impacting my IntelliJ performance. Seems to be another relevant thread: Also the feedback discussions:
|
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi folks, I have been enjoying quite a lot the plugin so far, it really helps in doing a lot of the mundane repetitive work that once one would need to do.
However I noticed a massive degradation of performance of my system (Mac OS Monterey), and that Intellij was using close to 10Gb of memory.
Not only that, but due the plugin very intensive cpu request, Intellij alone was consuming 10x more energy than the rest of all the applications on the system combined :(
I'm running version 1.4.6.4092 of the plugin on intellij Build #IU-233.13135.103,
I looked into an hprof dump and found that there 67% of the largest offenders in memory usage came from a single class:
CopilotTextInputTextArea
Maybe there's a way to improve all that?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions