Add pointer to terracota offheaping notes
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ef70ce8b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ef70ce8b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ef70ce8b Branch: refs/heads/master Commit: ef70ce8b5019a2bba3ad84dc195f56766109dc5e Parents: 25a7b75 Author: stack <[email protected]> Authored: Fri Aug 8 11:18:16 2014 -0700 Committer: stack <[email protected]> Committed: Mon Aug 18 14:13:33 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/book.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ef70ce8b/src/main/docbkx/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index 8db83e6..11b356b 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -2409,6 +2409,9 @@ rs.close(); memory currently used by the server can be found on the <varname>java.nio.type=BufferPool,name=direct</varname> bean. + <footnote><para>Terracotta has a <link xlink:href="http://terracotta.org/documentation/4.0/bigmemorygo/configuration/storage-options">good write up</link> on using offheap memory in java. + It is for their product BigMemory but alot of the issues noted apply + in general to any attempt at going offheap. Check it out.</para></footnote> </para> </note> <note xml:id="hbase.bucketcache.percentage.in.combinedcache"><title>hbase.bucketcache.percentage.in.combinedcache</title>
