Skip to content

Commit

Permalink
Fix accumulo default tserver cache memory
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh authored Oct 18, 2016
1 parent 668edc0 commit 5018e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/sbin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ source /sbin/accumulo-lib.sh
# Set default configurations if not provided
: ${ACCUMULO_SECRET:=DEFAULT}
: ${INSTANCE_NAME:=accumulo}
: ${TSERVER_CACHE_DATA_SIZE:=128MB}
: ${TSERVER_CACHE_INDEX_SIZE:=128MB}
: ${TSERVER_CACHE_DATA_SIZE:=128M}
: ${TSERVER_CACHE_INDEX_SIZE:=128M}
: ${TSERVER_MEMORY_MAPS_MAX:=1G}
: ${TSERVER_XMX:=3g}
: ${MASTER_XMX:=2g}
Expand Down

0 comments on commit 5018e49

Please sign in to comment.