Hi Andrey, remove the blueprints-orient-graph-2.5.0-SNAPSHOT.jar file in your classpath: OrientDB's Blueprints implementation has been merged with OrientDB distribution now.
About the addEdge use this instead: *OrientVertex.addEdge(String label, final OrientVertex inVertex, final String iClassName, final String iClusterName, final Object... fields)* Example: *v1.addEdge( null, v2, "E", null, properties);* About usage of console to set parameters, first you've to connect against remote server with: orientdb> connect remote:localhost root myrootpassword Lvc@ On 8 February 2014 17:47, Andrey Yesyev <[email protected]> wrote: > I figured out that I can set in console this parameter > > *config set storage.diskCache.bufferSize 14336* > > but after I reopen console, it sets to 4096 again. > > > On Saturday, February 8, 2014 11:40:09 AM UTC-5, Andrey Yesyev wrote: >> >> The second problem is with this parameter storage.diskCache.bufferSize. >> I run tests on my Windows laptop. >> So I added to server.bat this parameter as >> >> *set ORIENTDB_SETTINGS=-Dprofiler.enabled=true >> -Dcache.level1.enabled=false -Dcache.level2.enabled=false >> -Dcache.level2.size=0 -Dstorage.diskCache.bufferSize=14336* >> >> then I start the server using this script. >> Connect to the server using console.bat >> Run the command *config get storage.diskCache* >> The result is 4096 >> >> I also added this parameter in System Variables. Still can't see it set. >> > -- > > --- > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
