mistercrunch commented on issue #29825: URL: https://github.com/apache/superset/issues/29825#issuecomment-2265848286
Does it crash/gets killed? Seems memory-related too or more inderectly swapping if it's just coming to a crawl. We'll need a way to control/diminish memory usage when building. Not sure what our options are there. Some options or things to look into: - allocate more memory, use a host with more memory - some webpack config tweaks? out of my wheelhouse but there's probably a lot that's possible there - improve docker layer caching hit rate, if you're using an official release or even a common SHA on `master`, the dockerhub cache should just work (but doesn't always for reasons that are beyond me) - ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
