<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>메모리 관리 on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/%EB%A9%94%EB%AA%A8%EB%A6%AC-%EA%B4%80%EB%A6%AC/</link><description>Recent content in 메모리 관리 on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Sun, 02 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/%EB%A9%94%EB%AA%A8%EB%A6%AC-%EA%B4%80%EB%A6%AC/index.xml" rel="self" type="application/rss+xml"/><item><title>Node.js heap out of memory 크래시 원인과 해결 (--max-old-space-size)</title><link>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</link><pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</guid><description>Node.js에서 대용량 데이터를 처리할 때 &amp;#39;heap out of memory&amp;#39; 크래시가 발생하는 문제를 다룬다. V8 엔진의 기본 메모리 한도(약 1.7GB)를 초과하면 발생하며, --max-old-space-size 옵션으로 구(old space) 메모리 한도를 늘려 해결한다. 파일 인덱싱, 대량 배열 처리 등에서 자주 나타난다.</description></item></channel></rss>