UPDATE/Progress report:

I messed with the code, to avoid using Archive::Extract, using the 2-arg pipe "open" to directly run "gunzip" and get the content.

This gave me the same error - after about 30 files, the open/fork failed with "cannot allocate memory".

Then I googled perl,fork,cannot allocate memory
and there was a recommendation to adjust the swap size.

I added a 1GB swap space (original was 0.5 G), and things are running much better !!!.

Need to wait for the program to complete, but it looks like it is running for much longer.

FYI - the machine (actually a VM) has 1GB memory.

I will post another update if it fails - otherwise - Happy weekend !!!

Update2:I'm happy to be able to confirm that the program is completing.

     Syntactic sugar causes cancer of the semicolon.        --Alan Perlis


In reply to Re: backticks and 'Cannot allocate memory' by NetWallah
in thread backticks and 'Cannot allocate memory' by NetWallah

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.