That method does not exist!

On Friday, March 9, 2012 at 4:22:36 AM UTC-3, XIT, Formerly simon wrote:
>
> Are you sure it's not a goroutine leak? If you're spawning goroutines in a 
> connection spool and not letting them terminate, the 
> garbage collector won't clear the memory. You can get the goroutine count 
> from runtime.Goroutines() and print it to stdout or something.
> I've run into this a couple of times.
>
> On Thursday, March 8, 2012 11:17:14 PM UTC-8, James Chow wrote:
>>
>> Hi,
>>
>> I'am running a simple program, it receives data from network and write
>> to a remote database.
>> This program uses lots of memory, much morn than I predicted -- after 10 
>> hours,
>> it used 1.7G memory, slowed down the whole linux. I checked the input
>> and output, no data buffered in memory.
>> The environment is: golang weekly(last edition), archlinux 64bit.
>>
>

-- 
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