/user/nix/acre/memory_hog rename
author:
contributor:
published:
updated:
source uri:
Summary
// allocating too much memory should kill the script
var stuff = [];
while (1) {
stuff = stuff...
Content
// allocating too much memory should kill the script
var stuff = [];
while (1) {
stuff = stuff.push(stuff);
}
Created by:
nix
Mar 25, 2008
Last edited by:
Constant Gardener Process
Aug 18, 2009
Recent Discussions about None
There is no discussion about this document.
Start the Discussion »