Files
cell/tests/hang_actor_memory.ce

6 lines
113 B
Plaintext

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