gets allocated. Second, change the timeout for the vm stability test to 20s. It looks like some students are right up on this boundary.
		
			
				
	
	
		
			21 lines
		
	
	
		
			333 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			333 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
---
 | 
						|
name: "Calm Like a Fork Bomb (VM)"
 | 
						|
tags: [stability-vm]
 | 
						|
depends: [console, not-dumbvm-vm]
 | 
						|
sys161:
 | 
						|
  ram: 2M
 | 
						|
monitor:
 | 
						|
  progresstimeout: 40.0
 | 
						|
  user:
 | 
						|
    enablemin: true
 | 
						|
    min: 0.001
 | 
						|
    max: 1.0
 | 
						|
  kernel:
 | 
						|
    enablemin: true
 | 
						|
    min: 0.01
 | 
						|
commandoverrides:
 | 
						|
  - name: /testbin/forkbomb
 | 
						|
    timeout: 20.0
 | 
						|
---
 | 
						|
p /testbin/forkbomb
 |