Hide Forgot
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.