Bug 1391078

Summary: memory increase and leak in python/django builder
Product: Red Hat Software Collections Reporter: Nicholas Schuetz <nick>
Component: rh-python35-containerAssignee: Charalampos Stratakis <cstratak>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rh-python35CC: hhorak
Target Milestone: ---   
Target Release: 3.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-19 18:40:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1346768    

Description Nicholas Schuetz 2016-11-02 14:11:25 UTC
Description of problem:

https://github.com/nnachefski/pydemo.git

I've been using my python/django demo application when doing demos and PoCs with customers.  For a long time, the memory footprint on this app has been ~100MB.  Recently, when building the app in openshift i noticed that the memory footprint has jumped to ~170MB.  Not only that, but it slowly ticks up over time (memory leak somewhere).  Also, this is true when using the older 3.4 image.  This leads me to believe that the memory problem is probably occurring within one of the packages installed by requirements.txt (possibly django itself). 


Version-Release number of selected component (if applicable):
all python builder images

How reproducible:
build pydemo using any python builder image and observe the increased memory footprint and how is slowly ticks up over time.