File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
model-server/src/main/resources/org/modelix/model/server/store Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ jdbc.url=jdbc:postgresql://localhost:54333/
3
3
jdbc.schema =modelix
4
4
jdbc.user =modelix
5
5
jdbc.pw =modelix
6
+ # Size of the ignite cache in bytes. Defaults to 100 Mb.
7
+ ignite.cache.size =104857600
Original file line number Diff line number Diff line change 66
66
<!-- Redefining the default region's settings -->
67
67
<property name =" defaultDataRegionConfiguration" >
68
68
<bean class =" org.apache.ignite.configuration.DataRegionConfiguration" >
69
- <property name =" maxSize" value =" #{100L * 1024 * 1024 }" />
69
+ <property name =" maxSize" value =" ${ignite.cache.size }" />
70
70
<!-- <property name="evictionThreshold" value="0.5"/>-->
71
71
<property name =" pageEvictionMode" value =" RANDOM_LRU" />
72
72
<property name =" emptyPagesPoolSize" value =" 2000" />
You can’t perform that action at this time.
0 commit comments