splunk / eventgen

Splunk Event Generator: Eventgen
Apache License 2.0
376 stars 180 forks source link

Fix oom caused by ujson #336

Closed li-wu closed 4 years ago

li-wu commented 4 years ago

After a bunch of testing on the OOM issue. I found this is caused by the ujson package which is needed by conduct2 for perf testing. In this pr, I removed the installation step for ujson via git source code and I kicked two round of tests(one standalone and one triggered by perf test case) based on the new built docker image and the OOM issue is gone now.