> individual processes then carve out process memory from the carrier through
> a normal allocation strategy such as best-fit. Process memory is garbage
> collected, extended and released to/from the carrier.
>
>
> On Tue, Sep 5, 2017 at 7:04 PM Pradeep Singh wrote:
>
>> Wh
What is the issue you are facing?
You do not need to do anything special to enable Hugepages for Go.
Huge page size is a kernel property usually set at Kernel compilation time
or set by your Linux Distribution.
Go does not care about what the underlying page size is, the page size is
transparen