summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/vmparam.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h
index dd1ba1c..f85fa58 100644
--- a/sys/arm/include/vmparam.h
+++ b/sys/arm/include/vmparam.h
@@ -141,11 +141,21 @@
#endif
#define MAXTSIZ (16*1024*1024)
+#ifndef DFLDSIZ
#define DFLDSIZ (128*1024*1024)
+#endif
+#ifndef MAXDSIZ
#define MAXDSIZ (512*1024*1024)
+#endif
+#ifndef DFLSSIZ
#define DFLSSIZ (2*1024*1024)
+#endif
+#ifndef MAXSSIZ
#define MAXSSIZ (8*1024*1024)
+#endif
+#ifndef SGROWSIZ
#define SGROWSIZ (128*1024)
+#endif
#ifdef ARM_USE_SMALL_ALLOC
#define UMA_MD_SMALL_ALLOC
OpenPOWER on IntegriCloud