diff --git a/openbsd/Platform.c b/openbsd/Platform.c index 427c9813..445a46f2 100644 --- a/openbsd/Platform.c +++ b/openbsd/Platform.c @@ -201,7 +201,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) { int Platform_getMaxPid() { // this is hard-coded in sys/sys/proc.h - no sysctl exists - return 32766; + return 99999; } double Platform_setCPUValues(Meter* this, int cpu) {