Skip to content

Commit

Permalink
Change trace buffer size from 32k to 8k
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dgilbert999 authored and wilbryan committed Jul 7, 2017
1 parent 1647d53 commit c760563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occ_405/ssx_app_cfg.h
Expand Up @@ -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
Expand Down

0 comments on commit c760563

Please sign in to comment.