summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw
diff options
context:
space:
mode:
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