Re: checking available system memory?
From: Ville Vainio (ville_at_spammers.com)
Date: 10/15/04
- Next message: David M. Cooke: "Re: checking available system memory?"
- Previous message: David Keeney: "Re: pythondoc or epydoc?"
- In reply to: Darren Dale: "checking available system memory?"
- Next in thread: David M. Cooke: "Re: checking available system memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 15 Oct 2004 23:18:23 +0300
>>>>> "Darren" == Darren Dale <dd55@cornell.edu> writes:
Darren> Its not a problem with numpy, I just need to intelligently
Darren> slice up one of my arrays so my routine works within the
Darren> available system resources. Are there any utilities that
Darren> can query how much memory is available?
What platform? On Linux at least you can do 'cat /proc/meminfo' to get
more info than you probably want to have...
-- Ville Vainio http://tinyurl.com/2prnb
- Next message: David M. Cooke: "Re: checking available system memory?"
- Previous message: David Keeney: "Re: pythondoc or epydoc?"
- In reply to: Darren Dale: "checking available system memory?"
- Next in thread: David M. Cooke: "Re: checking available system memory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|