grafana: download more ram

This commit is contained in:
K900 2024-01-28 16:56:01 +03:00
parent 905bcfabe1
commit 4ed50a508c

View file

@ -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 = ''