Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-04-12 15:07:05 +0000
committerEike Stepper2011-04-12 15:07:05 +0000
commit3a65f0aa927990d07b585e18c03781509cf5c9c1 (patch)
tree3111cdc1ebecd3eb89c479b44cda730a48ce7546 /features
parent9e3d6be89f206821c1017e7286bffb358e516270 (diff)
downloadcdo-3a65f0aa927990d07b585e18c03781509cf5c9c1.tar.gz
cdo-3a65f0aa927990d07b585e18c03781509cf5c9c1.tar.xz
cdo-3a65f0aa927990d07b585e18c03781509cf5c9c1.zip
[342593] Reduce default ObjectType cache capacity
https://bugs.eclipse.org/bugs/show_bug.cgi?id=342593
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
index f83018499c..fb39a4b157 100644
--- a/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
+++ b/features/org.eclipse.emf.cdo.server.product-feature/rootfiles/configuration/cdo-server.xml
@@ -35,11 +35,11 @@
<!--
Per default, the objectTypeCache is in-memory and contains
- 10,000,000 cache entries. If you want to change the size,
+ 100,000 cache entries. If you want to change the size,
uncomment the following line and set the desired size.
The cache can be disabled by setting a size of 0.
-->
- <!-- <property name="objectTypeCacheSize" value="10000000" /> -->
+ <!-- <property name="objectTypeCacheSize" value="100000" /> -->
</mappingStrategy>
<dbAdapter name="h2"/>

Back to the top