Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time: time.After uses memory until duration times out #15698

Closed
ston1th opened this issue May 16, 2016 · 2 comments
Closed

time: time.After uses memory until duration times out #15698

ston1th opened this issue May 16, 2016 · 2 comments

Comments

@ston1th
Copy link

ston1th commented May 16, 2016

I would like to see some memory usage information in the docs for time.After like time.Tick already has.

@bradfitz
Copy link
Contributor

See also: #8895 and #8898

But worst case we can just document something.

@bradfitz bradfitz added this to the Go1.8 milestone May 16, 2016
@dhiltonp
Copy link

I just got bit by this; after 10 minutes of execution, my program had 80MB used just by timers.

For now I've switched to NewTimer so I can explicitly stop them.

Looking forward to the fix.

@golang golang locked and limited conversation to collaborators May 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants