One folder is if you are utilizing the native maps, the other is if you are
not. The problem regards the memory map size. If you don't use the native
map, it comes out of the heap space, otherwise it comes out of other memory
space. This is why we have different env files but the same site files.

Should we clarify this in a README in the conf directory or in the top
level README?

John

On Wed, Mar 14, 2012 at 9:45 PM, David Medinets <[email protected]>wrote:

> https://issues.apache.org/jira/browse/ACCUMULO-390 - this ticket
> mentions that the examples need to be changed for the debian
> packaging. Revision 1300095 is the first change with the
> native-standalone directories. Can someone add a README to the conf
> directory explaining the difference?
>
> Comparing the two 1GB directories I find only one difference:
>
> 39c39
> < test -z "$ACCUMULO_TSERVER_OPTS" && export
> ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx384m -Xms384m -Xss128k"
> ---
> > test -z "$ACCUMULO_TSERVER_OPTS" && export
> ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx128m -Xms128m -Xss128k"
>

Reply via email to