Re: [go-nuts] How Go GC perform with 128GB+ heap

2016-08-01 Thread almeida . pedro . pf
Tested some offheap implementations, bigcache (https://github.com/allegro/bigcache) has a bench inside the project. Running on my bride veryy old i5 notebook, this is the results with GODEBUG=gctrace=1: https://gist.github.com/anonymous/53dfb936e32a4755b7cb3a6695f66548 The test allocate some

[go-nuts] How Go GC perform with 128GB+ heap

2016-07-31 Thread almeida . pedro . pf
I'm starting a proof of concept project to the company i work. The project is a http proxy with a smart layer of cache (Varnish, Nginx and others don't work because we have business rules on cache invalidation) for a very big microservice architecture (300+ services). We have 2x128GB machines a