Skip to content

Commit

Permalink
Extend the size of the pool that is handling workspace related operat…
Browse files Browse the repository at this point in the history
…ions (#14884)

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
  • Loading branch information
skabashnyuk authored Oct 15, 2019
1 parent eb66fee commit daae1cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ che.workspace.pool.type=fixed
# Configures the exact size of the pool, if it's set multiplier property is ignored.
# If this property is not set(0, < 0, NULL) then pool sized to number of cores,
#it can be modified within multiplier
che.workspace.pool.exact_size=NULL
che.workspace.pool.exact_size=30

# This property is ignored when pool type is different from 'fixed' or exact pool size is set.
# If it's set the pool size will be N_CORES * multiplier
Expand Down

0 comments on commit daae1cf

Please sign in to comment.