Skip to content

Instantly share code, notes, and snippets.

@spookylukey
Created February 20, 2023 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spookylukey/8e8236b3954a83b9034c6e4921f0c2f9 to your computer and use it in GitHub Desktop.
Save spookylukey/8e8236b3954a83b9034c6e4921f0c2f9 to your computer and use it in GitHub Desktop.
npm run dev:report git master ~/devel/clients/datapane/datapane-hosted/web-components [12:56]
> datapane-next@0.0.0 dev:report
> NODE_ENV=development vite build --mode development --config base/vite.config.ts && NODE_ENV=development vite build --watch --mode development --config report/vite.config.ts
vite v3.2.5 building for development...
transforming (32) node_modules/core-js/internals/create-property-descriptor.jsUse of eval is strongly discouraged, as it poses security risks and may cause issues with minification
✓ 243 modules transformed.
dist/base/style.css 79.34 KiB / gzip: 12.87 KiB
dist/base/index.es.js 269.97 KiB / gzip: 68.23 KiB
vite v3.2.5 building for development...
watching for file changes...
build started...
transforming (3824) node_modules/proj4/lib/common/sign.jsUse of eval is strongly discouraged, as it poses security risks and may cause issues with minification
✓ 3824 modules transformed.
<--- Last few GCs --->
[370092:0x4cf8950] 44366 ms: Mark-sweep 2024.8 (2090.7) -> 2011.5 (2093.7) MB, 855.9 / 0.0 ms (average mu = 0.165, current mu = 0.068) allocation failure scavenge might not succeed
[370092:0x4cf8950] 45258 ms: Mark-sweep 2027.9 (2093.9) -> 2013.0 (2095.2) MB, 839.0 / 0.0 ms (average mu = 0.115, current mu = 0.059) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xb09c10 node::Abort() [node]
2: 0xa1c193 node::FatalError(char const*, char const*) [node]
3: 0xcf8dde v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xcf9157 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xeb09f5 [node]
6: 0xeb14d6 [node]
7: 0xebf9fe [node]
8: 0xec0440 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xec33be v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
10: 0xe848fa v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
11: 0x11fd646 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
12: 0x15f20b9 [node]
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment