I am training a ml model on my ubuntu 16.04 . I wrote a code that utilizes all 4 cores of my pc. I doubt if this would lead to some sort of crash Using htop command on terminal shows me my 100% usage of all 4 cores along with many information including /usr/lib/xorg/Xorg -core:0 …….. no listen Answer It
Tag: processor
How do I know if my server has NUMA?
Hopping from Java Garbage Collection, I came across JVM settings for NUMA. Curiously I wanted to check if my CentOS server has NUMA capabilities or not. Is there a *ix command or utility that could grab this info? Answer I’m no expert here, but here’s something: Box 1, no NUMA: Box 2, some NUMA: