Manage your H2 connection pool in eclipse

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?

+8
eclipse ide connection-pooling h2 zend-studio
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
1248
How can you speed up Eclipse?
1158
"Override superclass method" Errors after importing a project into Eclipse
880
How to change Eclipse to use spaces instead of tabs?
704
How to show line numbers in Eclipse?
535
Eclipse: set maximum line length for auto formatting?
500
Look for Useful Eclipse Java Code Templates
475
Eclipse / Java shutdown not working
456
Is there a way to collapse all blocks of code in Eclipse?
0
SQL Server / .NET - Get Connection Pool Size

All Articles