Internal Website Search

71-80 of 139 resultsRefresh

Activation Issue

" page="2kb" /> <recovery enabled="true" sync="false" path="." max="128mb" /> < ... " /> <processing cache="64mb" max-threads="10" /> <query-cache results="32mb

Failed to commit transaction: Attempt to commit a rollback only transaction

="256kb" resize="256kb" page="2kb" />   <recovery enabled="true" sync="false" path="." max ... >   <locking version-check="false" />   <processing cache="64mb" max-threads

connection pooling

="6136" max="100" /> The <connection> element specifies how clients can connect ... ; The max attribute specifies the maximum number of simultaneous connections that are accepted by

Performance problem

server is max 5-10% (per core) - CPU utilization of JBOSS server is 80-150% (this is per core ... > - CPU utilization of JBOSS server is max 5-10% (per core) - CPU utilization of JBOSS

Inserted entities with strings as keys and indices needs more and more ram memory in comparing to primitive integers as keys and indices

memory, but not more and more memory. And if the max heap memory is big enough then the solution works ... the available heap size to delay GC. What happens when you run the program with a smaller max heap size?

How to open a running db in ObjectDB Explorer?

"> <server>   <connection port="6136" max="0" />   <data path="$objectdb/db ... > <server>     <connection port="6136" max="0" />  

ArrayIndexOutOfBoundException

is default: <processing cache="64mb" max-threads="10" />max-threads="10" synchronized="true" /> When

A bug in the JDOQL processor in recent versions of ObjectDB

"ThinkMachine MAX SX 20", but it returns incorrect "Media Central Media 555". Earlier versions (at least up to 2.5.4) correctly return "ThinkMachine MAX SX 20". Regards. kk8yukawa Keitaro

Threaded Test - Failed to commit transaction: Unexpected internal exception

the max data I'm holding should be around 20mb (5 consumers * 5 producers * 2mb) and when the consumers alone are running this should drop to a max of around 10mb (5 consumers * 2mb). I tried adding

Unexpected exception when execute query without enhanced entities

ObjectDB 2.8.7.b08 Our entities are not enhanced and we execute a query "select max(uid) from ModelElementImpl". In the objectdb.conf the reflection is set ... ;"select max(uid) from MyEntity").getResultList();