Hi,

so I was trying to embed JS and HTML assets in a Go file using go-bindata 
and ended up with a Go file of 4Mib, and I noticed compiling it consumes 
all my system's memory.

I'm on Windows and using the resource monitor I can see compile.exe memory 
usage grow to more than 15Gib in a couple of seconds. I have 16Gib on this 
system so it looks like it uses everything available.

I'm wondering if this is expected behaviour ? I know a 4Mib file isn't 
common (and shouldn't be) but maybe there's a bug somewhere ?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to