Memory limit reached #264
Replies: 3 comments
-
Can you post your limit configs? Run |
Beta Was this translation helpful? Give feedback.
-
@advra Everything is commented on this file (prefixed by #) so it's basically empty |
Beta Was this translation helpful? Give feedback.
-
@johns0808 not sure what the memory issue is, however, yes, you can split your run up into multiple runs (though it may still use a bit of memory holding the DNA used in memory) after running the script once, back up the build directory (rename it to build-1 for example) Then run the generator using the --continue flag, passing in the DNA file path
converting this to a discussion until an error can be identified 🙇 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to generate 7000 images on a ubuntu server with 40gb of ram but it failed after some times with the error "Memory limit reached..."
I also tried to increase the limit of nodejs with
node --max-old-space-size=20500
but still the same.Is there a way to increase the memory or re-run the process without restarting from scratch?
Beta Was this translation helpful? Give feedback.
All reactions