8 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			Python
		
	
	
	
	
	
files = {
 | 
						|
    '/etc/htoprc.global': {
 | 
						|
        'content_type': 'mako',
 | 
						|
        'context': {
 | 
						|
            'cpus_per_row': 4 if node.metadata.get('vm/threads', node.metadata.get('vm/cores', 1)) > 8 else 2,
 | 
						|
        },
 | 
						|
    },
 | 
						|
}
 |