Hi,

I am updating the orientdb-server-config.xml as follows



    <properties>
        <entry value="1" name="db.pool.min"/>
        <entry value="50" name="db.pool.max"/>
        <entry value="true" name="cache.level1.enabled"/>
        <entry value="false" name="cache.level2.enabled"/>
        <entry value="-1" name="cache.level1.size"/>
        <entry value="0" name="cache.level2.size"/>
        <entry value="true" name="profiler.enabled"/>
        <entry value="info" name="log.console.level"/>
        <entry value="info" name="log.file.level"/>
        <entry value="30000" name="sbtree.maxKeySize"/>
    </properties>

However even after server restart, the config still displays "false" 
for "cache.level1.enabled"

./console.sh config
...

| cache.level1.enabled               = false                          |
| cache.level1.size                  = -1                             |
| cache.level2.enabled               = false                          |
| cache.level2.size                  = -1                             |
| cache.level2.impl                  = 
com.orientechnologies.orient.core.cache.ODefaultCache |
| cache.level2.strategy              = 0                              |

we are using orientdb version 1.7.9 with plocal storage. 


Is there any other place I need to make this change for server to pick this 
configuration.


Regards
Arun


-- 

--- 
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/d/optout.

Reply via email to