Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python & memory usage

Reply
Thread Tools

Python & memory usage

 
 
lebo
Guest
Posts: n/a
 
      08-25-2003
I'm experimenting with using Python as a very low resource usage
systems management agent. Currently the best I'm getting is about a
2.4MByte base usage (python interp only) and with application,
4.8MByte memory footprint on WinXP. This is probably too high for sme
target systems - ideally under 3MByte memory usage is a good target
for a simple, quiesent stub agent - dynamic loading/unloading of
classes on top of this is ok.

Some general questions....
1) Are there ways to reduce the memory footprint of Python to make it
really lean?
2) Compile options?
3) Other options?

Any thoughts appreciated.
L
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory usage per top 10x usage per heapy MrsEntity Python 20 09-27-2012 08:00 AM
What is the difference between Memory Usage and Heap Usage in my JVMMetrics ? Krist Java 8 02-10-2010 12:44 AM
retrieving CPU Usage and Memory Usage information in JAVA hvt Java 0 03-13-2007 01:09 PM
retrieving CPU Usage and Memory Usage information in JAVA hvt Java 0 03-13-2007 01:07 PM
Need help on memory usage VS PF usage metfan Java 2 10-21-2003 01:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57