pawel-lmcb

Results 13 comments of pawel-lmcb

Phoronix Test Suite v9.2.1

I thought that was the issue, so I hardcoded it in the file, but it seems like there is another issue NAS Parallel Benchmarks 3.4: pts/npb-1.4.0 [Test / Class: EP.B]...

/etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic

mysqlslap-1.0.8 is also failing. So the npd-1.4.0/install.log seems fine no errors in there at all as for mysqlslap-1.0.8/install.log it seems fine (it's huge) one minor thing at the very end...

Let me know if you want me to post any of the logs happy to do whatever it takes to get this working.

I narrowed this down to the requests lib, for whatever reason that library is leaking. As to why commenting out 2 of the other functions reduced the memory leak amount...

FYI here is a result proving that requests lib is leaking (we used memory_profiler https://pypi.org/project/memory-profiler/): Line # Mem usage Increment Line Contents ================================================ 76 36.5703 MiB 36.5703 MiB @profile(stream=fp, precision=4)...

So I just wanted to update this, in case anyone else has this problem. As I mentioned I commented out some lines, and this reduced the memory leak we saw....

Just want to show our results, purple (bottom most) urllib==1.24.1 orange (top most) urllib==1.19.1

Right so going back to my original post, I don't think this is a glances problem but rather a memory leak with the underlying libraries that it uses. The test...