Skip to content

Commit

Permalink
Add tserver memory variables to accumulo-site.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh authored Oct 18, 2016
1 parent cbe1daa commit 668edc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/opt/accumulo/conf/accumulo-site.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@
</property>
<property>
<name>tserver.memory.maps.max</name>
<value>1G</value>
<value>${TSERVER_MEMORY_MAPS_MAX}</value>
</property>
<property>
<name>tserver.memory.maps.native.enabled</name>
<value>true</value>
</property>
<property>
<name>tserver.cache.data.size</name>
<value>128M</value>
<value>${TSERVER_CACHE_DATA_SIZE}</value>
</property>
<property>
<name>tserver.cache.index.size</name>
<value>128M</value>
<value>${TSERVER_CACHE_INDEX_SIZE}</value>
</property>
<property>
<name>trace.user</name>
Expand Down

0 comments on commit 668edc0

Please sign in to comment.