Replies: 1 comment 5 replies
-
I am not sure how relevant is the information from How/where do you run the crawler, is it inside a docker image, apify platform, or something else? We will be happy to verify, but you haven't provided any reproduction really. If you see this locally, you could try logging what happens in here. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/playwright (PlaywrightCrawler)
Issue description
I am running my script with about 60 concurrency. After a while I am getting this warning:
However, running
free -h
shows this:So in fact memory is not overloaded. The issue prevents opening new requests.
INFO PlaywrightCrawler:AutoscaledPool: state {"currentConcurrency":55,"desiredConcurrency":1,"systemStatus":{"isSystemIdle":false,"memInfo":{"isOverloaded":true,"limitRatio":0.2,"actualRatio":1},"eventLoopInfo":{"isOverloaded":false,"limitRatio":0.6,"actualRatio":0},"cpuInfo":{"isOverloaded":false,"limitRatio":0.4,"actualRatio":0},"clientInfo":{"isOverloaded":false,"limitRatio":0.3,"actualRatio":0}}}
Code sample
No response
Package version
^3.1.3
Node.js version
^3.1.3
Operating system
Ubuntu
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions