I have a system with 16GB of memory. I run a python
script for some data mining application and the process takes up the entire 16GB. I want to limit the python process to take up only a limited amount of memory.
Is it possible to do this? If yes, how?
Update:
The application retrieves hotel review data from a huge database and tries to build graphs among hotels and users for some analysis. The data structure to hold the data goes beyond 16GB.