Matthew Stoltenberg

Results 4 comments of Matthew Stoltenberg

Ok, I'm probably missing something (or have some odd interaction with the normal syntax highlighter). I set this in my vimrc: ``` let g:rainbow_conf = {'guis': ['bold']} let g:rainbow_active =...

Just wanted to add my use case: I need to limit both the cpus and mems a process can utilize to eliminate any accidental cross-NUMA memory bandwidth using the --cpuset-cpus...

Just to add that I have several container builds, copying in my own app and corresponding glibc, that used the :latest container not realizing that it was going to change...

FWIW: as of boost 1.84, boost::ratio is a type alias of std::ratio. So Point 1 above should be done...