summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/cpumgr.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-04-19 15:26:47 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-23 16:47:30 -0500
commit85b30189df1a0c9cffb0a83900c62a78780b5521 (patch)
treef8316b026c7d295b02c342e8f869842042e66786 /src/include/kernel/cpumgr.H
parent8c92548f4895fd451bf8a3eb5d29bb64f9170c61 (diff)
downloadtalos-hostboot-85b30189df1a0c9cffb0a83900c62a78780b5521.tar.gz
talos-hostboot-85b30189df1a0c9cffb0a83900c62a78780b5521.zip
Update Periodics to avoid Out of Memory Error
I modified the settings for the periodics that run and keep free memory available. This is needed for the VENICE config to not fail with a OOM. Change-Id: I1626183acfff67c0367f4ebf3869a8c674fd1d76 RTC: 40832 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/922 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/cpumgr.H')
-rw-r--r--src/include/kernel/cpumgr.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H
index 1499fba98..3be17192c 100644
--- a/src/include/kernel/cpumgr.H
+++ b/src/include/kernel/cpumgr.H
@@ -34,8 +34,8 @@ class CpuManager
enum
{
MAXCPUS = KERNEL_MAX_SUPPORTED_CPUS,
- CPU_PERIODIC_CHECK_MEMORY = 64,
- CPU_PERIODIC_FLUSH_PAGETABLE = 512, //TODO 1024 not currently hit
+ CPU_PERIODIC_CHECK_MEMORY = 32,
+ CPU_PERIODIC_FLUSH_PAGETABLE = 256,
CPU_PERIODIC_DEFRAG = 949, // TODO Any bigger not currently hit
};
OpenPOWER on IntegriCloud