maxConcurrency: 200, maxRequestsPerCrawl: 500, maxRequestRetries: 2, requestHandlerTimeoutSecs: 185,
{"time":"2024-04-15T00:09:08.818Z","level":"INFO","msg":"PuppeteerCrawler:AutoscaledPool: state","currentConcurrency":1,"desiredConcurrency":1,"systemStatus":{"isSystemIdle":false,"memInfo":{"isOverloaded":false,"limitRatio":0.2,"actualRatio":0},"eventLoopInfo":{"isOverloaded":false,"limitRatio":0.6,"actualRatio":0.106},"cpuInfo":{"isOverloaded":true,"limitRatio":0.4,"actualRatio":1},"clientInfo":{"isOverloaded":false,"limitRatio":0.3,"actualRatio":0}}}
0.8 * 16GB = 12.8GB => 4 * 12.8GB = 51.2GB
total memory?CRAWLEE_MEMORY_MBYTES=13107
which is about 80% of 16GB?PuppeteerCrawler:AutoscaledPool: state
log well enough to know what the bottle neck is.,"cpuInfo":{"isOverloaded":true,"limitRatio":0.4,"actualRatio":1},
{"time":"2024-04-15T01:36:05.694Z","level":"INFO","msg":"PuppeteerCrawler: Final request statistics:","scraper":"web","url":"https://www.banks.k12.ga.us/apps/news/category/19174?pageIndex=6","place_id":"65a603fbc769fa16f659736a","requestsFinished":501,"requestsFailed":0,"retryHistogram":[501],"requestAvgFailedDurationMillis":null,"requestAvgFinishedDurationMillis":6102,"requestsFinishedPerMinute":18,"requestsFailedPerMinute":0,"requestTotalDurationMillis":3057100,"requestsTotal":501,"crawlerRuntimeMillis":1697643}
can I pay you an consulting/hourly fee to check this out with me?Unfortunately we do not provide such a service here on discord.
maxConcurrency: 1
locally and see if you spot anything locally.maxConcurrency: 1
.launchContext: { launcher: puppeteerExtra, useIncognitoPages: true, launchOptions: { executablePath: process.env.CHROMIUM_PATH || undefined, headless: 'new', args: [ '--no-sandbox', '--disable-setuid-sandbox', '--aggressive-cache-discard', '--no-zygote', '--disable-cache', '--disable-application-cache', '--disable-offline-load-stale-cache', '--disable-gpu-shader-disk-cache', '--disable-gpu', '--media-cache-size=0', '--disk-cache-size=0', '--ignore-certificate-errors', '--disable-dev-shm-usage', ],