Skip to content

Commit 6f12e76

Browse files
authored
Add CPU and concurrency settings for development
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 18e2267 commit 6f12e76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.env.development

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
GATSBY_GRAPHQL_IDE=playground
2+
# Reduce concurrency to lower memory use during develop
3+
GATSBY_CPU_COUNT=2
4+
SHARP_CONCURRENCY=2

0 commit comments

Comments
 (0)