summaryrefslogtreecommitdiffstats
path: root/usr.sbin/powerd/powerd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/powerd/powerd.c')
-rw-r--r--usr.sbin/powerd/powerd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/powerd/powerd.c b/usr.sbin/powerd/powerd.c
index 932996a..54a19f3 100644
--- a/usr.sbin/powerd/powerd.c
+++ b/usr.sbin/powerd/powerd.c
@@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/resource.h>
-#define DEFAULT_ACTIVE_PERCENT 50
-#define DEFAULT_IDLE_PERCENT 75
+#define DEFAULT_ACTIVE_PERCENT 80
+#define DEFAULT_IDLE_PERCENT 90
#define DEFAULT_POLL_INTERVAL 500
enum modes_t {
OpenPOWER on IntegriCloud