Test if NUMA is necessary on this system
()
| 39 | |
| 40 | |
| 41 | def is_numa(): |
| 42 | '''Test if NUMA is necessary on this system''' |
| 43 | return os.path.exists('/sys/devices/system/node') |
| 44 | |
| 45 | |
| 46 | def get_valid_page_sizes(path): |
no outgoing calls
no test coverage detected