You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed firecrawl through docker. I see this in the docker logs repeating after awhile. What is going? I'm not looping anything connecting. It won't connect at all. I'm going to try and stop it and restart it.
Your memory usage is above 80%, which is the default max RAM setting that the queue worker operates with. (It will not take any jobs if it's above 80% RAM.) You can change this in the .env file to e.g. 90% with MAX_RAM=0.9, 100% with MAX_RAM=1, etc.
I installed firecrawl through docker. I see this in the docker logs repeating after awhile. What is going? I'm not looping anything connecting. It won't connect at all. I'm going to try and stop it and restart it.
The text was updated successfully, but these errors were encountered: