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

runtime: implment runtime.SysUnused for windows #4960

Closed
gopherbot opened this issue Mar 1, 2013 · 4 comments
Closed

runtime: implment runtime.SysUnused for windows #4960

gopherbot opened this issue Mar 1, 2013 · 4 comments

Comments

@gopherbot
Copy link

by viriketo:

The functions that return memory to the OS in mem_windows.c are still to be implemented,
and go programs only increase in Private Working Set, never decrease.

Specifically, I think the relevant part is runtime·SysUnused().

Golang-nuts thread about this:
https://groups.google.com/forum/#!topic/golang-nuts/7v4FkWFUHDw/discussion
@minux
Copy link
Member

minux commented Mar 1, 2013

Comment 1:

seems rather difficult to implement.

Labels changed: added priority-later, os-windows, removed priority-triage.

Status changed to Accepted.

@alexbrainman
Copy link
Member

Comment 2:

viriketo,
Please, provide a way to demonstrate. We need to agree on what the problem is before we
start chasing our tails. I am not clear about what your problem is. Thank you.
Alex

@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 3:

[The time for maybe has passed.]

Labels changed: removed go1.1maybe.

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 4:

Status changed to Duplicate.

Merged into issue #5584.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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