// Actor that allocates memory until killed by memory limit var big = [] while (1) { big[] = array(10000, 0) }