claude-code - 💡(How to fix) Fix [BUG] Significant performance degradation after updating from 1.1.5749 to 1.1.7714 on Linux. [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48339Fetched 2026-04-16 07:02:39
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
1
Timeline (top)
commented ×2labeled ×2unlabeled ×1

Significant performance degradation after updating from 1.1.5749 to 1.1.7714 on Linux. The app feels noticeably slower and uses ~2x more memory than before.

Error Message

  • Electron processes consume ~2.1 GB RAM on startup (fresh launch)
  • Previous version (1.1.5749) was fluid with the same MCP server configuration
  • UI freezes and goes white under normal usage
  • Slowness persists even after disabling non-essential MCP servers

Root Cause

Significant performance degradation after updating from 1.1.5749 to 1.1.7714 on Linux. The app feels noticeably slower and uses ~2x more memory than before.

Fix Action

Fix / Workaround

Workarounds attempted

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Description

Significant performance degradation after updating from 1.1.5749 to 1.1.7714 on Linux. The app feels noticeably slower and uses ~2x more memory than before.

Environment

  • OS: Ubuntu 22.04 (Linux 5.15.0-171-generic)
  • CPU: Intel Core i5-8365U (8 cores)
  • RAM: 16 GB
  • Claude Desktop: 1.1.7714 (regression from 1.1.5749)
  • Electron: 41.0.3
  • Display: Wayland native (CLAUDE_USE_WAYLAND=1)

Observed behavior

  • Electron processes consume ~2.1 GB RAM on startup (fresh launch)
  • Previous version (1.1.5749) was fluid with the same MCP server configuration
  • UI freezes and goes white under normal usage
  • Slowness persists even after disabling non-essential MCP servers

Expected behavior

Same memory usage and fluidity as 1.1.5749 (~400-600 MB after fresh launch)

MCP servers active

~6 servers: Notion, Slack, Figma, SeqoneLens, Supabase, scheduled-tasks

Workarounds attempted

  • Disabled PostHog, HubSpot, Gmail MCP servers → partial improvement
  • Switched to native Wayland mode → partial improvement
  • Restarting Claude Desktop periodically → temporary relief

What Should Happen?

Same memory usage and fluidity as 1.1.5749 (~400-600 MB after fresh launch, no UI freezes)

Error Messages/Logs

Steps to Reproduce

  1. Install Claude Desktop 1.1.7714 on Linux (Ubuntu 22.04)
  2. Configure 6+ MCP servers (Notion, Slack, Figma, SeqoneLens, Supabase, scheduled-tasks)
  3. Launch Claude Desktop
  4. Observe memory usage: ~2 GB+ vs ~400 MB on 1.1.5749
  5. UI freezes and goes white under normal usage after a few minutes

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude Desktop 1.1.7714

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

No response

extent analysis

TL;DR

Downgrade to version 1.1.5749 or disable non-essential MCP servers to potentially mitigate the performance degradation and high memory usage in Claude Desktop 1.1.7714 on Linux.

Guidance

  • The significant increase in memory usage and performance degradation after updating from 1.1.5749 to 1.1.7714 suggests a regression bug, potentially related to how the new version handles MCP servers or Electron processes.
  • Disabling non-essential MCP servers, as attempted, showed partial improvement, indicating that the number of active servers might be a contributing factor to the issue.
  • Switching to native Wayland mode also provided partial improvement, which could imply that there are rendering or display-related inefficiencies in the newer version.
  • To further troubleshoot, try disabling all non-essential MCP servers and observe if the performance and memory usage return to expected levels, then re-enable servers one by one to identify if a specific server causes the issue.

Example

No specific code changes are suggested without more detailed information on the internal workings of Claude Desktop or the MCP server integrations. However, monitoring system resources and application logs while interacting with the application could provide more insights into what might be causing the slowdown.

Notes

The lack of error messages or logs limits the ability to pinpoint the exact cause. The issue seems to be related to the update and the configuration of MCP servers, but without more specific details on how these servers interact with Claude Desktop, it's challenging to provide a definitive fix.

Recommendation

Apply workaround: Downgrade to version 1.1.5749 if possible, as it is known to work as expected, until a fix for the regression in 1.1.7714 is available. This is recommended because downgrading is a straightforward way to immediately mitigate the performance issues and high memory usage, allowing for continued use of the application without the significant degradation experienced in the newer version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Same memory usage and fluidity as 1.1.5749 (~400-600 MB after fresh launch)

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING