Re: [go-nuts] Running Go binary on a 56 core VM

2017-08-31 Thread Henrik Johansson
Try it out! It would be great if the scheduler and garbage collector could be so good as to making such tricks unnecessary. On Thu, 31 Aug 2017, 15:59 wrote: > Hi Guys, > > So, we wrote a Go service which does some heavy network IO over ZMQ (using > cgo calls). > > Now, we have to put this servi

[go-nuts] Running Go binary on a 56 core VM

2017-08-31 Thread rautelap
Hi Guys, So, we wrote a Go service which does some heavy network IO over ZMQ (using cgo calls). Now, we have to put this service on a VM in private cloud which has 56 cores and 256GB of physical memory. I am guessing it is mostly a dual core NUMA Intel Xeon machine with Xen installed on it.