summaryrefslogtreecommitdiffstats
path: root/src/occ_405
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2016-12-01 11:36:00 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-07-07 15:42:30 -0400
commitc7605639bb46ee8e5c9ba2277c54d3d287f75615 (patch)
treed14e0b2601e20ccc3ac4a23bb3ec44f82f13f135 /src/occ_405
parent1647d535c760269c2d9909e430d929b4a18bceab (diff)
downloadtalos-occ-c7605639bb46ee8e5c9ba2277c54d3d287f75615.tar.gz
talos-occ-c7605639bb46ee8e5c9ba2277c54d3d287f75615.zip
Change trace buffer size from 32k to 8k
Change-Id: I54774ff4ea33105afa1bafc6636b9a8ee2c2f6ef Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33258 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405')
-rwxr-xr-xsrc/occ_405/ssx_app_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/ssx_app_cfg.h b/src/occ_405/ssx_app_cfg.h
index 7764ccc..fb98e52 100755
--- a/src/occ_405/ssx_app_cfg.h
+++ b/src/occ_405/ssx_app_cfg.h
@@ -192,7 +192,7 @@ do { \
/// The buffer is defined to be quite large in order to accomodate full kernel
/// and application dumps in the event of problems.
#ifndef SSXOUT_TRACE_BUFFER_SIZE
-#define SSXOUT_TRACE_BUFFER_SIZE (32 * 1024)
+#define SSXOUT_TRACE_BUFFER_SIZE (8 * 1024)
#endif
#ifndef APPCFG_USE_EXT_TIMEBASE_FOR_TRACE
OpenPOWER on IntegriCloud