Project

Profile

Help

Task #2780

Updated by ttereshc almost 7 years ago

Even just restarting Pulp services with mongoengine 0.13 results in noticeable (400-700MB) increase of memory consumption in comparison to older versions of mongoengine. Investigation needed. 

 0.13 is not in Fedora yet, Fedora 27 currently contains python-mongoengine 0.12. 
 https://apps.fedoraproject.org/packages/python-mongoengine/overview/ 

 The outcome of this task depends on the investigation results but I expect it to be one of the following: 
  - either mongoengine version restriction 
  - or note in docs that 0.13 consumes more memory 
  - or fix to the Pulp code if high memory consumption is caused by a certain use case which we can change in a backward compatible way to continue support of older mongoengine versions. 

 Upd: I think it is worth testing the most recent mongoengine, though I do not see 0.14 on PyPI at the moment. 

Back