[orientdb] Re: Performance issues with Multiple embedded DBs

2015-09-02 Thread raeesn
I tested the same with the below storage close implementation. The result looks good with 1GB heap. With 512 it was running but very slow because of GC overhead. *After 450 instances* C

Re: [orientdb] Performance issues with Multiple embedded DBs

2015-08-31 Thread raeesn
Hi, When can we expect LRU implementation to be available? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For m

Re: [orientdb] Performance issues with Multiple embedded DBs

2015-08-26 Thread raeesn
Hi, Thanks. LRU is a good option. With this, deprecation of "keepOpen" will be complete. Will all system resources be released once the storage is out of the LRU pool? At any point there would be 5-20 instances live based on threadpool size and heap size. But over a period of time 1000s of ins

[orientdb] Performance issues with Multiple embedded DBs

2015-08-25 Thread raeesn
Hi, I am running a service that creates some snapshot databases (plocal). I noticed a constant increase in the memory usage and breaks with OOM after some point. There other issues in the application which I am working on but also found some related to DB. To simulate the behavior, I tried to

Re: [orientdb] Embedded document database - IllegalStateException: Pool is closed

2015-08-25 Thread raeesn
https://github.com/orientechnologies/orientdb/issues/4858 -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For mor

[orientdb] Embedded document database - IllegalStateException: Pool is closed

2015-08-10 Thread raeesn
Hi, Version : 2.0.13 Mode : Document Storage Type : plocal Language : Java Sample code : OPartitionedDatabasePoolFactory poolFactory = new OPartitionedDatabasePoolFactory(); OPartitionedDatabasePool pool = poolFactory.get("plocal:testdb", "administrator", "administrator"); ODat