Created
January 7, 2021 07:23
-
-
Save RammusXu/9fef7320fda2ce08e6e0c8b9612ac67e to your computer and use it in GitHub Desktop.
Github Action Machine resource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lscpu | |
| shell: /bin/bash -e {0} | |
| Architecture: x86_64 | |
| CPU op-mode(s): 32-bit, 64-bit | |
| Byte Order: Little Endian | |
| CPU(s): 2 | |
| On-line CPU(s) list: 0,1 | |
| Thread(s) per core: 1 | |
| Core(s) per socket: 2 | |
| Socket(s): 1 | |
| NUMA node(s): 1 | |
| Vendor ID: GenuineIntel | |
| CPU family: 6 | |
| Model: 85 | |
| Model name: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz | |
| Stepping: 4 | |
| CPU MHz: 2095.191 | |
| BogoMIPS: 4190.38 | |
| Hypervisor vendor: Microsoft | |
| Virtualization type: full | |
| L1d cache: 32K | |
| L1i cache: 32K | |
| L2 cache: 1024K | |
| L3 cache: 36608K | |
| NUMA node0 CPU(s): 0,1 | |
| Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment