Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
First of all, without specifics it's hard to give you any but general advice. With specifics I mean, how does your perlcode look like?

Perl is a memory eater. But in my experience you only get to these huge amounts of memory footprint if you have large data structures holding small items. Eg, a million array items of one byte will take 43 Mb of memory. Array but more so hash overhead is large.

To me it sounds like you are trying to rebuild your PostgreSQL database in perl memory. That would be a bad idea. If this is the case and if you did so because Postgres communication is too slow (I doubt that with 10/s) move to a faster system, like BerkeleyDB (www.sleepycat.com).

About the malloc system, perl normally comes with its own. If you want to know more about it, read perlguts.

HTH,

Jeroen
"We are not alone"(FZ)


In reply to Re: Perl memory Memory consumption by jeroenes
in thread Perl memory Memory consumption by alfatux

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found