I'm starting to learn to use MongoDB and are trying to get a local server running, but when I run the command to install the service:
mongod --install --serviceName MongoDB --serviceDisplayName MongoDB --logfile C:\MongoDB\log.log
And start the service, it uses 100% CPU and consequently my workstation sounds like its taking off.
I haven't even done anything yet and it's running at 100% CPU. This is on 32-bit Windows 7 with a Core 2 Duo 3.16GHz and 4GB ram.
I've tried searching Google, but none of the high CPU usage results lead to anything.