Skip to content

Commit dc24e34

Browse files
committed
fix: add codesandbox memory limit
1 parent 76bad07 commit dc24e34

366 files changed

Lines changed: 366 additions & 366 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/charts/category-chart/annotations-all/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations-callouts/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations-crosshairs/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations-custom/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations-final-value/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations-highlighting/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/annotations/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/area-chart-multiple-sources/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/area-chart-single-source/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

samples/charts/category-chart/area-chart-styling/.codesandbox/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tasks": {
1111
"node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
1212
"name": "Start Project",
13-
"command": "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13+
"command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --disable-host-check",
1414
"runAtStart": true
1515
}
1616
}

0 commit comments

Comments
 (0)