summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
Diffstat (limited to 'sbe')
-rw-r--r--sbe/sbefw/pool.H6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbe/sbefw/pool.H b/sbe/sbefw/pool.H
index 19ec295e..bc9b002d 100644
--- a/sbe/sbefw/pool.H
+++ b/sbe/sbefw/pool.H
@@ -8,12 +8,8 @@ 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 = 8;
+static const size_t G_POOLSIZE = 4;
typedef struct
{
OpenPOWER on IntegriCloud