cafepy_memory_manager

### Author: Mogu ### This file contains Memory manager Class. Python don’t set Memory Limit.We need to set Memory Limit to protect our Machine from a pending state. # Environment:

Python3.5.1

# Requirements:

# References:
  1. in Ch13.4 Python Coookbook,Third edition [By David Beazley,Brian K. Jones], 2013.
class cafepy.utils.cafepy_memory_manager.CafeMemManager[source]