in reply to Re^2: How can I let Perl use more than 3GB of RAM??
in thread How can I let Perl use more than 3GB of RAM??
Of course the other option is to split the workload, if you have 18 gigs of RAM available and the application is able to split the work up among more than one process, then you can have 6 processes using 3 gigs of RAM each and use up all of that 18 gigs of RAM for your workload.
| We're not surrounded, we're in a target-rich environment! |
|---|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I let Perl use more than 3GB of RAM??
by CountZero (Bishop) on Jan 23, 2008 at 07:09 UTC |