9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package sys
 | |
| 
 | |
| // SetOOMScore sets the oom score for the process
 | |
| //
 | |
| // Not implemented on Windows
 | |
| func SetOOMScore(pid, score int) error {
 | |
| 	return nil
 | |
| }
 | 
