We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471b385 commit 0ef9d4eCopy full SHA for 0ef9d4e
scripts/build-statics.sh
@@ -38,7 +38,7 @@ CLIENTS_LIST_DIR="./redisinsight/ui/src/packages/clients-list"
38
yarn --cwd "${CLIENTS_LIST_DIR}"
39
40
# Build all plugins and common libraries
41
-yarn --cwd "${PACKAGES_DIR}" build
+NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd "${PACKAGES_DIR}" build
42
43
# Copy common libraries to plugins
44
COMMON_DIR="./redisinsight/ui/src/packages/common"
0 commit comments