View Single Post
  #1   (View Single Post)  
Old 23rd December 2021
openletter openletter is offline
Real Name: Paul
New OpenBSD User
 
Join Date: Feb 2020
Posts: 23
Default Upgrading VPS from single core to multi-core isn't automatically recognized

I just noticed that when I upgrade my VPS from a 1 core to 2 core plan, OpenBSD does not automatically recognize the change.

I can see:

Code:
# sysctl hw.ncpu
hw.ncpu=1
# sysctl hw.ncpufound
 hw.ncpufound=2
# sysctl hw.ncpuonline
hw.ncpuonline=1
What would be the better way to configure the second core?

Note the ISP is Vultr and I installed from http using bsd.rd (as most excellently recommended by another forum user here).

Last edited by openletter; 23rd December 2021 at 12:18 AM. Reason: Forgot ncpuonline
Reply With Quote