MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests

Home Page:http://marketsquare.github.io/robotframework-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High cpu and memory consumption due to logging

lucagiove opened this issue · comments

Seems that with recent version of this library memory and cpu footprint has increased.

See this report: #332
And this thread on Slack:

I recently updated from robotframework-requests lib 0.7.1 to 0.9.1
I'm running my tests with pabot using 20 parallel session.
The pod is assigned 3 vCPU and 2GB of memory (resource limits on kubernetes).
Since the update those resource limits are not enough anymore and individual pabot processes get killed due to resource constrains.
My question is now: Is it known that the robotframework-requests 0.9.1 is more resource hungry then the older versions?