Performance disparity, problem found
Dave Howorth
dhoworth at mrc-lmb.cam.ac.uk
Thu Apr 8 15:35:46 UTC 2010
Dotan Cohen wrote:
> Now the problem is that /proc/cpuinfo is read only. Would it be possible
> to make /proc/cpuinfo writable so that I could do:
> echo -n "model name : Intel(R) Core(TM)2 Quad CPU Q6600 @
> 2.40GHz" > /proc/cpuinfo
>
> ...in the first machine and get a performance similar to the second machine?
This is ubuntu, you forgot the essential part of the command:
sudo -u flying-spaghetti-monster echo -n "model name : Intel(R)
Core(TM)2 Quad CPU Q6600 @ 2.40GHz" > /proc/cpuinfo
Cheers, Dave
More information about the ubuntu-users
mailing list