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

non-existent Sys.physical_memory() mentioned in Sys.total_memory() help #53298

Closed
dpinol opened this issue Feb 12, 2024 · 1 comment · Fixed by #53301
Closed

non-existent Sys.physical_memory() mentioned in Sys.total_memory() help #53298

dpinol opened this issue Feb 12, 2024 · 1 comment · Fixed by #53301
Labels
domain:docs This change adds or pertains to documentation

Comments

@dpinol
Copy link

dpinol commented Feb 12, 2024

help?> Sys.total_memory
  Sys.total_memory()

  Get the total memory in RAM (including that which is currently used) in bytes.
  This amount may be constrained, e.g., by Linux control groups. For the
  unconstrained amount, see Sys.physical_memory().

However Sys.physical_memory() does not exist. Replaced by Sys.total_physical_memory()?

julia> versioninfo()
Julia Version 1.11.0-DEV.1574
Commit 61bf2089c3 (2024-02-12 10:56 UTC)
@inkydragon inkydragon added the domain:docs This change adds or pertains to documentation label Feb 12, 2024
christiangnrd added a commit to christiangnrd/julia that referenced this issue Feb 12, 2024
Fixes JuliaLang#53298.

Can someone with the right permissions add a backport 1.10 label?
@christiangnrd
Copy link
Contributor

I took a look and it seems like a typo so I submitted a fix.

oscardssmith pushed a commit that referenced this issue Feb 12, 2024
KristofferC pushed a commit that referenced this issue Feb 20, 2024
KristofferC pushed a commit that referenced this issue Feb 26, 2024
Drvi pushed a commit to RelationalAI/julia that referenced this issue Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants