-
Notifications
You must be signed in to change notification settings - Fork 13
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
get_ram() cannot retrieve RAM #49
Comments
Experienced similar issue:
It seems that the cause of this error is in
I think |
fix for csgillespie#49
Hi, As an FYI, from LieberInstitute/spatialLIBD#89 (comment), @sluan-jh found a similar issue with:
Best, |
In the meantime, I retired my old laptop and bought a new one. The new one also has Windows 11 x64, 16 GB of RAM and R version 4.4.1. Both the current package function and the patched one suggested by @ptompalski return:
|
I have an update on this issue. The function OS: Windows 11 x64 version 24H2 (KB5046617).
I certainly didn't change any setting (that I know of). I also use RStudio, but it's likely not the source of the problem, because However, |
OS and Hardware:
OS: Windows 10, 09-2023 cumulative update (KB5030211)
Laptop Model: HP ENVY Notebook - 15-ae112nl
Processor: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
RAM: 16 GB
R version: 4.3.1 "Beagle Scouts"
benchmarkme
package version: 1.0.8Summary
get_ram()
can't retrieve RAM and reports an Error that I don't recognize.Steps to Reproduce
get_ram()
in R Console.Actual Result
The following Error is printed:
Error in inherits(ram, "try-error") || length(ram) == 0L || is.na(ram) : 'length = 3' in coercion to 'logical(1)'
Expected Result
The amount of RAM installed on my laptop (16 GB).
Reported by
Alessandro Mazza.
The text was updated successfully, but these errors were encountered: