Chrome ERR_INSUFFICIENT_RESOURCES — Out of Memory
About Chrome ERR_INSUFFICIENT_RESOURCES
Chrome ERR_INSUFFICIENT_RESOURCES occurs when Chrome cannot allocate enough memory to load a page, usually due to too many open tabs. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: Chrome ran out of available memory to process the page. Each Chrome tab uses 50-300 MB of RAM. Extensions also consume significant memory. Chrome has per-process and total memory limits. The issue is exacerbated on systems with limited RAM (4-8 GB). Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: Too many Chrome tabs open simultaneously. Memory-heavy Chrome extensions running. Web page has memory leak in JavaScript code. System RAM nearly exhausted by other applications. Chrome renderer process hitting per-process memory limit. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: Close unnecessary tabs — each saves 50-300 MB of RAM. Check per-tab memory: Shift+Esc to open Chrome Task Manager. Disable unused extensions: chrome://extensions. Enable Chrome memory saver: Settings > Performance > Memory Saver. Close other applications to free system memory. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Browser Errors collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
How much RAM does Chrome use?
Chrome uses 300 MB base plus 50-300 MB per tab. With 20 tabs and extensions, it can easily use 2-4 GB.
Overview
Chrome ERR_INSUFFICIENT_RESOURCES occurs when Chrome cannot allocate enough memory to load a page, usually due to too many open tabs.
Key Details
- Chrome ran out of available memory to process the page
- Each Chrome tab uses 50-300 MB of RAM
- Extensions also consume significant memory
- Chrome has per-process and total memory limits
- The issue is exacerbated on systems with limited RAM (4-8 GB)
Common Causes
- Too many Chrome tabs open simultaneously
- Memory-heavy Chrome extensions running
- Web page has memory leak in JavaScript code
- System RAM nearly exhausted by other applications
- Chrome renderer process hitting per-process memory limit
Steps
- 1Close unnecessary tabs — each saves 50-300 MB of RAM
- 2Check per-tab memory: Shift+Esc to open Chrome Task Manager
- 3Disable unused extensions: chrome://extensions
- 4Enable Chrome memory saver: Settings > Performance > Memory Saver
- 5Close other applications to free system memory