StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
434 stars 173 forks source link

Revert from COINIT_APARTMENTTHREADED to COINIT_MULTITHREADED #18

Closed gbrayut closed 8 years ago

gbrayut commented 8 years ago

This reverts commit df9318a151db65985bf783c256650d31032525d5.

We are still seeing a memory leak, just much slower. About 120MB per day in scollector. I'll keep looking but pretty sure this commit causes the issue.

gbrayut commented 8 years ago

confirmed it is this commit. WMI will remain COINIT_MULTITHREADED for now since we still have a memory leak with COINIT_APARTMENTTHREADED