From 78a28699cebae367ceeb9ddcb3ce8a6ce08cb3ff Mon Sep 17 00:00:00 2001 From: Stomzy <45337015+airamare01@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:14:30 +0300 Subject: [PATCH] Add guidance on cody agent cpu utilization This doc update adds an entry faced by customers on IntelliJ IDEs who experience 100% CPU utilization from the Cody agent. Since no fix is out yet, this doc update introduces a quick and easy workaround for users --- docs/cody/troubleshooting.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cody/troubleshooting.mdx b/docs/cody/troubleshooting.mdx index f49fe6a32..0710f7211 100644 --- a/docs/cody/troubleshooting.mdx +++ b/docs/cody/troubleshooting.mdx @@ -137,3 +137,11 @@ JetBrains logs can be accessed via the **Output** panel. To access logs, you mus - Click Apply - To access the logs, go to Help - Show Log in Finder - Open the `idea.log` file + +### High CPU Usage with Cody Agent + +If you notice the Cody agent reaching 100% CPU utilization, try the following: + +1. Disable the Cody plugin. +1. Re-enable the plugin. +This simple action of turning the plugin off and on again can often resolve the high CPU usage issue.