mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
LXC: Limit CPU count to what is given in /proc/cpuinfo despite the container seeing the real host CPUs
This commit is contained in:
@ -51,6 +51,8 @@ extern const MeterClass* const Platform_meterTypes[];
|
||||
bool Platform_init(void);
|
||||
void Platform_done(void);
|
||||
|
||||
extern bool Running_containerized;
|
||||
|
||||
void Platform_setBindings(Htop_Action* keys);
|
||||
|
||||
int Platform_getUptime(void);
|
||||
|
Reference in New Issue
Block a user