Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Limitation On Variable

by Yohimbe (Pilgrim)
on Feb 16, 2001 at 03:09 UTC ( [id://58743]=note: print w/replies, xml ) Need Help??


in reply to Limitation On Variable

Reminds me of the standard recipe for a memory subsystem excerciser in perl.
Basically only tests ulimit, and the efficiency of your operating system's out of memory performance. and as all these things are, use with extreme caution on systems that you don't admin.
I've used it to clean ram up so that performance tests that need a cold buffer cache have some free ram to work with.
perl -e ' while (1) { $x .= " " x 1024 };'

--
Jay "Yohimbe" Thorne, alpha geek for UserFriendly

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://58743]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found