managing H2 connection pool in eclipse
Asked Answered
C

0

8

Eclipse uses H2 DB to store code informations, needed to autocompletion / inferencing / search etc.

When database grows bigger (like, in my case, 1.5 G) it's getting slower. When many IDE thread are trying to connect to db, they are forced to wait, because connection pool is limited by default, AFAIK, to 10 connections.

Is there is any way to change in eclipse (Zend Studio 12.5, Eclipse 4.x) limit of connections or maybe even use different CP library ?

Chastain answered 10/12, 2015 at 14:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.