Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 12284
Status: rejected
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: radmin [...] comcast.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: memory usage for large sites is enormous
When loading larger sites, the memory allocated by Mechanize is extremely large. For instance, a 20M site takes up 400M of memory.
Date: Thu, 14 Apr 2005 09:16:07 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: Guest via RT <bug-WWW-Mechanize [...] rt.cpan.org>
Subject: Re: [cpan #12284] memory usage for large sites is enormous
RT-Send-Cc:
On Thu, Apr 14, 2005 at 08:06:56AM -0400, Guest via RT wrote: Show quoted text
> > This message about WWW-Mechanize was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=12284 > > > When loading larger sites, the memory allocated by Mechanize is > extremely large. For instance, a 20M site takes up 400M of memory.
When you say 'loading a larger site', what's your usage pattern? What sequence of commands that you are using that leads to this condition? Mark
Modify your stack_depth parm in your constructor. See the docs for details.
[radmin@comcast.net - Wed Aug 31 01:19:58 2005]: Show quoted text
> No, this is not the problem. I have already set stack_depth so that it > doesn't store past sites. This is a bug.
Please give us something to go off of, then. How do you know it's using so much memory? Give us some sample code that causes the problem.