summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-12-18 01:41:08 -0600
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2016-01-11 03:39:53 -0600
commit64c9f13672ac3b7ac9cc5256610d28effd3d0a0b (patch)
tree6eba6a4b25c2772e28811811e8bd4db1d98d5006 /sbe/sbefw
parentd286a489f8d9f0f3a640063d1d78cf2f2a7213fe (diff)
downloadtalos-sbe-64c9f13672ac3b7ac9cc5256610d28effd3d0a0b.tar.gz
talos-sbe-64c9f13672ac3b7ac9cc5256610d28effd3d0a0b.zip
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 <basengup@in.ibm.com> Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/sbefw')
-rw-r--r--sbe/sbefw/pool.H6
1 files changed, 5 insertions, 1 deletions
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
{
OpenPOWER on IntegriCloud