bundlewrap/bundles/htop/items.py
2022-08-09 16:50:46 +02:00

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,
},
},
}