Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
profiling memory usage
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eddie  
View profile  
 More options Oct 5 2006, 7:21 pm
Newsgroups: comp.lang.python
From: "Eddie" <cao.yi...@gmail.com>
Date: 5 Oct 2006 16:21:50 -0700
Local: Thurs, Oct 5 2006 7:21 pm
Subject: profiling memory usage
Hi,

I am looking for a method to profile memory usage in my python program.
The program provides web service and therefore is intended to run for a
long time. However, the memory usage tends to increase all the time,
until in a day or two the system cannot handle it any more and starts
to do constant swapping. Is there a way to look at which objects or
variables are taking the huge amount of memory space?

Thanks,

Eddie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hanumizzle  
View profile  
 More options Oct 6 2006, 2:29 am
Newsgroups: comp.lang.python
From: hanumizzle <hanumiz...@gmail.com>
Date: Fri, 6 Oct 2006 02:29:52 -0400
Local: Fri, Oct 6 2006 2:29 am
Subject: Re: profiling memory usage
On 5 Oct 2006 16:21:50 -0700, Eddie <cao.yi...@gmail.com> wrote:

> Hi,

> I am looking for a method to profile memory usage in my python program.
> The program provides web service and therefore is intended to run for a
> long time. However, the memory usage tends to increase all the time,
> until in a day or two the system cannot handle it any more and starts
> to do constant swapping. Is there a way to look at which objects or
> variables are taking the huge amount of memory space?

Have a look at:
http://www.velocityreviews.com/forums/t353289-memory-profiler.html

--
Remember that time Thotsakan punched Neil Bush in the dick?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MrJean1  
View profile  
 More options Oct 6 2006, 10:06 am
Newsgroups: comp.lang.python
From: "MrJean1" <MrJe...@gmail.com>
Date: 6 Oct 2006 07:06:21 -0700
Local: Fri, Oct 6 2006 10:06 am
Subject: Re: profiling memory usage
The latest Python release 2.5 includes improvements to the memory
manager and *may* work better for you, it all depends on the root cause
of the problem.  For more details, see the 5th bullet on this page
<http://docs.python.org/whatsnew/ports.html>.

/Jean Brouwers


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NOSHII  
View profile  
 More options Oct 6 2006, 11:25 am
Newsgroups: comp.lang.python
From: "NOSHII" <pearl.ey...@gmail.com>
Date: 6 Oct 2006 08:25:03 -0700
Local: Fri, Oct 6 2006 11:25 am
Subject: Re: profiling memory usage


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »