This probably depends on the OS and the version of Perl -- but the question itself is a red herring -- on today's systems (unless you're trying to run Perl on an Arduino), there's plenty of memory to run Perl.

This gave me my morning smile.

More seriously, this administrator has mis-spoken. Installing the modules won't affect the performance of Informatica. Running a script that uses the modules might. Is the Informatica server running flat out, 24/7? no, I didn't think so.

It sounds like you're planning on running something big, if it involves those modules, however. I've been doing ETL development for the last two years, and I run scripts on a virtual machine that sometimes take a minute or two to finish; however, there was one that took 5.5 hours to run. That type of script would have an impact on Informatica, both on the CPU load and on the hard drive sub-system.

I'm guessing this is on a Windows server, an environment that's not as friendly as Linux to multi-tasking. Not knowing your situation at all, is there a way you could run this on your local machine, or alternatively, on a Linux server?

This sounds like a political issue, not a technical issue. :)

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Update: I missed that the platform was HPUX -- my bad. I just read Informatica (which is being used by another team at my site), and ASSUMED Windows.


In reply to Re: Memory needed for perl process by talexb
in thread Memory needed for perl process by bsshetty17

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.