Tagged Questions
6
votes
2answers
1k views
How do I assign different CPU cores to different processes?
I'm using Ubuntu Server Edition 11.10 and I have two extremely CPU intensive programs running on the same core. Neither of these processes were programmed for multi-core processing. Is there a way I ...
3
votes
2answers
440 views
Understanding machine config, multiprocessor or multi-core or both?
I want to know how many processors my ubuntu box has and if they are multicore. I did
cat /proc/cpuinfo
and I see something like this
processor : 0
vendor_id : GenuineIntel
cpu family : ...