Can someone check my syslog


Recommended Posts

Only thing I saw was this:

Dec 17 16:07:03 NAS kernel: 8 Processors exceeds NR_CPUS limit of 4

 

basically, your CPU is more than unRAID's kernel is compiled for.  It won't hurt anything.  You must have a very nice CPU plugged into the motherboard.

It will treat it as a 4CPU machine.

Link to comment

 

 

Intel i3's do that;

 

Dec  4 11:40:45 kingsnake kernel: 8 Processors exceeds NR_CPUS limit of 4

Dec  4 11:40:45 kingsnake kernel: SMP: Allowing 4 CPUs, 0 hotplug CPUs

 

always struck me as strange.

It is because the unRAID kernel was configured to use only 4 CPUs.

 

The entry in the .config file is:

CONFIG_NR_CPUS=4

 

If you had a need, and an appropriate CPU/motherboard, you could probably re-compile a custom kernel that would use the other CPUs.  (not that they would have anything to do unless you were doing some multiple serious VMWARE sessions)

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.