grafana: download more ram
This commit is contained in:
parent
905bcfabe1
commit
4ed50a508c
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ buildGoModule rec {
|
|||
yarn config set enableTelemetry 0
|
||||
yarn config set cacheFolder $offlineCache
|
||||
yarn --immutable-cache
|
||||
|
||||
# The build OOMs on memory constrained aarch64 without this
|
||||
export NODE_OPTIONS=--max_old_space_size=4096
|
||||
'';
|
||||
|
||||
postBuild = ''
|
||||
|
|
Loading…
Reference in a new issue