Hi Clement,

The memory used by the RangeServer can controlled by the following config
properties:

Hypertable.RangeServer.MemoryLimit
Hypertable.RangeServer.MemoryLimit.Percentage

The first specifies an absolute limit and the second specifies the limit in
terms of a percentage of physical RAM.  One thing to keep in mind is that
these limits do not account for heap fragmentation.  By default, Hypertable
uses a MemoryLimitPercentage of 60, which is equivalent to most all of
system RAM including heap fragmentation.  You might want to try adding the
following line to your hypertable.cfg file (push out to all machines and
then restart):

Hypertable.RangeServer.MemoryLimit.Percentage=40

If that doesn't work, try lowering it further.

- Doug

P.S. If you don't mind us referencing your application, please add it to the
PoweredBy page <http://code.google.com/p/hypertable/wiki/PoweredBy>.
 Thanks!

On Sat, Nov 6, 2010 at 11:46 PM, Declum Software Solution
<dec...@live.com>wrote:

>  Hello,
>
> I am using Hypertable with Hadoop env. My database size is not nearly 3Gb.
> When i am running MapReduce with hypertable, RangServer is occupying nearly
> 2Gb of Ram size and 2 Gb in Swap. Is there a way to limit the usage? Because
> of which the Paging started happening.
>
> Clement
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hypertable User" group.
> To post to this group, send email to hypertable-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> hypertable-user+unsubscr...@googlegroups.com<hypertable-user%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/hypertable-user?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to hypertable-...@googlegroups.com.
To unsubscribe from this group, send email to 
hypertable-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.

Reply via email to