mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Number of CPU Cores is incorrect in header #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TobiasCurth on 2/2/2024
CloudPanel version(s) affected
2.4.1
Description
In AdminArea in the header information the number of cpu cores shows "16".
Correct is 8, as nproc shows.
How to reproduce
Clean install on Ubuntu 22.04 on Proxmoxx.
Set to 8 cores.
nproc shows 8
CloudPanel shows 16
Possible Solution
No response
Additional Context