Configure accumulo-env.sh with 40GB of memory

2015-06-04 Thread Revan1988
Hi, In my server (only one cluster) i've got 40GB of memory size. I configured my accumulo-env.sh in this way: is it a good configuration? on my hardware (8 core/40gb/btfs hdd 7200) i've got about 50k~150k ingest/second... it's a good performance?

Re: Configure accumulo-env.sh with 40GB of memory

2015-06-04 Thread Eric Newton
The apache mailing lists do not pass through email attachments. You could try posting your config on https://paste.apache.org/. 150K / node for small, independent mutations is very good. Make sure you have 20-80 splits (total) per node, for the tables you are ingesting. You may be limited by th

Re: Configure accumulo-env.sh with 40GB of memory

2015-06-09 Thread Revan1988
I've got a single node... here's my config: test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx10g -Xms10g" test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx6g -Xms6g" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POL