|
@@ -50,6 +50,7 @@ static short lowmem_adj[6] = {
|
|
6,
|
|
6,
|
|
12,
|
|
12,
|
|
};
|
|
};
|
|
|
|
+
|
|
static int lowmem_adj_size = 4;
|
|
static int lowmem_adj_size = 4;
|
|
static int lowmem_minfree[6] = {
|
|
static int lowmem_minfree[6] = {
|
|
3 * 512, /* 6MB */
|
|
3 * 512, /* 6MB */
|
|
@@ -57,6 +58,7 @@ static int lowmem_minfree[6] = {
|
|
4 * 1024, /* 16MB */
|
|
4 * 1024, /* 16MB */
|
|
16 * 1024, /* 64MB */
|
|
16 * 1024, /* 64MB */
|
|
};
|
|
};
|
|
|
|
+
|
|
static int lowmem_minfree_size = 4;
|
|
static int lowmem_minfree_size = 4;
|
|
|
|
|
|
static unsigned long lowmem_deathpending_timeout;
|
|
static unsigned long lowmem_deathpending_timeout;
|