-
-
Notifications
You must be signed in to change notification settings - Fork 835
Expand file tree
/
Copy path.npmrc
More file actions
8 lines (8 loc) · 644 Bytes
/
.npmrc
File metadata and controls
8 lines (8 loc) · 644 Bytes
1
2
3
4
5
6
7
8
# By default, Node allocates 2 GB for a process to run.
# When building Stencil, it may reach that point before the garbage collector is invoked, causing an out-of-memory
# related failure.
# If this value is changed, please ensure that it works both locally and in a continuous integration environment in
# a repeatable manner (i.e. it can run many times, one after the other, without failing due to out-of-memory errors).
node_options=--max-old-space-size=4096
# TODO(STENCIL-1141): remove `PUPPETEER_DOWNLOAD_BASE_URL` once support for Node v16 is dropped
PUPPETEER_DOWNLOAD_BASE_URL=https://storage.googleapis.com/chrome-for-testing-public