Skip to content

Commit

Permalink
change: [M#-8735] - Increase Cloud Manager node.js memory allocatio…
Browse files Browse the repository at this point in the history
…n (development jobs) (#11084)

* Increase CM nodejs and TS memory limit

* Added changeset: Increase Cloud Manager node.js memory allocation (development jobs)
  • Loading branch information
abailly-akamai authored Oct 11, 2024
1 parent efa8580 commit d37a032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11084-changed-1728577518914.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

Increase Cloud Manager node.js memory allocation (development jobs) ([#11084](https://github.com/linode/manager/pull/11084))
4 changes: 2 additions & 2 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "concurrently --raw \"vite\" \"tsc --watch --preserveWatchOutput\"",
"start": "concurrently --raw \"NODE_OPTIONS='--max-old-space-size=4096' vite\" \"NODE_OPTIONS='--max-old-space-size=4096' tsc --watch --preserveWatchOutput\"",
"start:expose": "concurrently --raw \"vite --host\" \"tsc --watch --preserveWatchOutput\"",
"start:ci": "vite preview --port 3000 --host",
"lint": "yarn run eslint . --ext .js,.ts,.tsx --quiet",
Expand All @@ -95,7 +95,7 @@
"precommit": "lint-staged && yarn typecheck",
"test": "vitest run",
"test:debug": "node --inspect-brk scripts/test.js --runInBand",
"storybook": "storybook dev -p 6006",
"storybook": "NODE_OPTIONS='--max-old-space-size=4096' storybook dev -p 6006",
"storybook-static": "storybook build -c .storybook -o .out",
"build-storybook": "storybook build",
"cy:run": "cypress run -b chrome",
Expand Down

0 comments on commit d37a032

Please sign in to comment.