This repository was archived by the owner on Nov 2, 2024. It is now read-only.
FlowiseAI
#2759
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to this repository an wanted to say thanks for assembling all this: very useful and great time savers!
I went ahead and installed the flowiseAI CT and encountered a heap allocation memory when running npm using the default settings. I wanted to investigate, but the default root password was not available and despite the script
PW=""
line, it was not empty either. So I reinstalled with advanced settings and specified a password. The error occurred again but now I could at least investigate.I fixed the error by running the rest of the commands manually, making sure to add
--max-old-space-size=8192
to the install command line to increase the heap size:node --max-old-space-size=8000 $(which npm) install -g flowise
And finishing the rest of the script to create the service, etc.
Perhaps the install script can be updated accordingly?
And what is the default password in a CT when none is specified?
Thanks again for pre-assembling those containers!
Beta Was this translation helpful? Give feedback.
All reactions