Re: [go-nuts] Re: godoc memory leak

2019-06-19 Thread 'Christopher Dang' via golang-nuts
Thanks for the feedback. For anyone experiencing this issue you can follow it here: https://github.com/golang/go/issues/32692 On Tue, Jun 18, 2019 at 9:34 PM Agniva De Sarker < agniva.quicksil...@gmail.com> wrote: > I can see that files are getting added. Which means index size is expected > to i

Re: [go-nuts] Re: godoc memory leak

2019-06-20 Thread &#x27;Christopher Dang&#x27; via golang-nuts
When I ran the godoc service in a docker image with less memory (6 GiB) the behavior was the same. For both a 8 GiB and 6 GiB machine, the godoc process continue to consume memory until it surpasses the memory on the machine and crashes. After the crash, the other processes on my machine continue t

Re: [go-nuts] "go build" breaks with go modules -- error messages says repo is trying to import itself...

2019-07-02 Thread &#x27;Christopher Dang&#x27; via golang-nuts
yes. i was able to get it to work with "go build ./..." On Tue, Jul 2, 2019 at 2:56 PM Burak Serdar wrote: > On Tue, Jul 2, 2019 at 3:53 PM christopher.dang via golang-nuts > wrote: > > > > Hello, I'm migrating my codebase from dep to go modules. I'm able to run > go get ./... without any probl