From 64c9f13672ac3b7ac9cc5256610d28effd3d0a0b Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Fri, 18 Dec 2015 01:41:08 -0600 Subject: Enable CI Part 1 Change-Id: I1d9d691e747595bd70e183444e965d3eff351c24 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22885 Tested-by: Jenkins Server Reviewed-by: Basabjit Sengupta Reviewed-by: Amit J. Tendolkar --- sbe/sbefw/pool.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sbe/sbefw') diff --git a/sbe/sbefw/pool.H b/sbe/sbefw/pool.H index 2248c007..7fc7f26a 100644 --- a/sbe/sbefw/pool.H +++ b/sbe/sbefw/pool.H @@ -8,8 +8,12 @@ namespace SBEVECTORPOOL // Size of a block for a vector static const size_t G_BLOCKSIZE = 512; +// TODO via RTC 143517 +// Currently istep 3.1 and 3.7 take more number of vectors. +// Once getChildrenFilter support is in need to bring it back to 4. + //Pool size -static const size_t G_POOLSIZE = 4; +static const size_t G_POOLSIZE = 8; typedef struct { -- cgit v1.2.1