Re: [go-nuts] Re: 『Q』How to make hugepagesize work with Go?

2017-09-06 Thread Pradeep Singh
> 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

[go-nuts] Re: 『Q』How to make hugepagesize work with Go?

2017-09-05 Thread Pradeep Singh
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