Eclipse uses H2 DB to store code information needed for autocompletion / definition / search, etc.
When the database grows (for example, in my case, 1.5 G), it becomes slower. When many IDE streams try to connect to db, they are forced to wait, because the default connection pool is limited to AFAIK, up to 10 connections.
Is there any way to change the eclipse restriction (Zend Studio 12.5, Eclipse 4.x) or maybe use a different CP library?
eclipse ide connection-pooling h2 zend-studio
ts.
source share