- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的项目很大。在上一个版本中,我添加了大量新功能。构建过程给了我这个错误日志。
改变--max-old-space-size=4096
不为我工作。
{ Error: Command failed: ng build --prod --configuration=config --output-path=test --base-href=/test/
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0x8dbaa0 node::Abort() [ng build --prod --configuration=config --output-path=test --base-href=/test/]
2: 0x8dbaec [ng build --prod --configuration=config --output-path=test --base-href=/test/]
3: 0xad83de v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
4: 0xad8614 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
5: 0xec5c42 [ng build --prod --configuration=config --output-path=test --base-href=/test/]
6: 0xec5d48 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
7: 0xed1e22 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
8: 0xed2754 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
9: 0xed53c1 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
10: 0xe9d636 [ng build --prod --configuration=config --output-path=test --base-href=/test/]
11: 0xeafee7 v8::internal::Factory::NewLoadHandler(int) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
12: 0xf2f4db v8::internal::LoadHandler::LoadFromPrototype(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Map>, v8::internal::Handle<v8::internal::JSReceiver>, v8::internal::Handle<v8::internal::Smi>, v8::internal::MaybeHandle<v8::internal::Object>, v8::internal::MaybeHandle<v8::internal::Object>) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
13: 0xf36d1f v8::internal::LoadIC::ComputeHandler(v8::internal::LookupIterator*) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
14: 0xf3d94c v8::internal::LoadIC::UpdateCaches(v8::internal::LookupIterator*) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
15: 0xf3dffc v8::internal::LoadIC::Load(v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Name>) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
16: 0xf42935 v8::internal::Runtime_LoadIC_Miss(int, v8::internal::Object**, v8::internal::Isolate*) [ng build --prod --configuration=config --output-path=test --base-href=/test/]
17: 0x235e3925be1d
最佳答案
您可以尝试使用以下 prod 命令 --max-old-space-size=8192
node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --aot=true --optimization=true --source-map=false
关于 Angular 7 fatal error : Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54804123/
我一直在探索 React 事件系统中的一些事件处理,并了解它如何与 DOM 中的“外部”世界一起工作。 例子 这是我一直在试验的带注释的示例: class FunWithEvents extends
因此对于下面的代码,我希望 C 程序显示 1 到 999 之间的奇数(不是 3 的倍数),一行中显示 9。 1 5 7 11 13 17 19 23 25 29 3
我的 Meteor 1.2.1 程序在 find().forEach() 循环中抛出 MongoError:cursor Killed or timed out,所以我找到了 this page这说明
我使用过 Angular 5 我尝试 ng build --prod 显示此错误: fatal error :接近堆限制的标记压缩无效分配失败 - JavaScript 堆内存不足 我已阅读 this
我有一个在 Windows 10 上运行的 ReactJS/TypeScript 项目。我正在尝试使用 ts-scripts 进行构建 "rimraf ../wwwroot/* && react-sc
我正在尝试在我的本地主机中运行 nextjs 项目 http://localhost:3000通过做npm run dev但它给了我错误 [7144:0000023E7D8307E0] 1005
尝试将我的应用程序部署到 Heroku(免费 Dyno)时,我不断收到错误 FATAL ERROR: Ineffective mark-compacts near heap limit Allocat
我的项目很大。在上一个版本中,我添加了大量新功能。构建过程给了我这个错误日志。 改变--max-old-space-size=4096不为我工作。 { Error: Command failed: n
我得到一个错误,它是 fatal error :堆限制附近的无效标记压缩分配失败 - JavaScript 堆内存不足 最佳答案 我认为您的 angular 8 版本与您本地系统中的节点版本不匹配,因
执行任何 npm 命令时 JavaScript 堆内存不足。另外,我在用户文件夹中没有看到 .npmrc 文件 Node 版本最新:v10.15.1,npm:6.4.1 我尝试重新安装nodejs和n
当我使用 ionic serve 命令运行 Ionic 3 项目时,出现此错误: 最佳答案 对于那些从 Google 解决这个问题的人的非 Angular 通用答案: 大多数情况下,当您遇到此错误时,
Azure Angular 构建失败 - FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - Java
我将我的 angular 应用程序版本从 angular 8 更新到 12,在以前的版本中,当我正确地点击 ng 服务器时,我的应用程序服务器没有出现任何错误,但是在通过我将它更新到 V12 之后,当
我正在尝试 dockerize 一个 React 应用程序。虽然我可以在开发模式下做到,但我不能在生产模式下做到。 我也可以在本地构建它,但是当我尝试 Docker 时出现此错误: Step 10/1
我正在努力使用 React Native 和 aws-sdk。我使用 aws-sdk 而不是 aws-amplify 的原因是: aws-amplify does not support Using
我正在尝试将 reactjs 应用程序部署到 heroku。编译 Assets 时,构建失败并产生此错误: -----> Ruby app detected -----> Compiling Ruby
我正在尝试 nuxt 生成 我的静态(带有动态 url 参数)html 页面。这是我在 nuxt.config.js 文件中的路由配置 routes: function () { let
fatal error :接近堆限制的标记压缩无效分配失败 - JavaScript 堆内存不足 我使用的是 npm 版本 8.1.1 和 Node 版本 17.0.1。然后我尝试将 npm 降级到版
下面是 IntelliJ IDEA 中 typescript 服务的配置: 服务不断崩溃和重生,这是日志输出 Process: TypeScript service version: 3.2.1 Pr
我有一个 nodeJs 脚本可以处理一堆大的 .csv 文件(全部 1.3GB)。它运行了一会儿并抛出了这个错误: fatal error :堆限制附近的无效标记压缩分配失败 - JavaScript
我是一名优秀的程序员,十分优秀!