From 084f96981b394daf8eff419571848c782b0722f8 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Fri, 8 Jul 2011 17:21:43 +0200 Subject: [PATCH] Disable sprofile by default -Reduces kernel memory usage --- common/include/minix/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/minix/config.h b/common/include/minix/config.h index b247bc0a9..49350a8d5 100644 --- a/common/include/minix/config.h +++ b/common/include/minix/config.h @@ -104,7 +104,7 @@ #define FASTLOAD _FASTLOAD /* Enable or disable system profiling. */ -#define SPROFILE 1 /* statistical profiling */ +#define SPROFILE 0 /* statistical profiling */ #define CPROFILE 0 /* call profiling */ /* PCI configuration parameters */