We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e504e commit 0f1104cCopy full SHA for 0f1104c
base/sysinfo.jl
@@ -242,14 +242,14 @@ end
242
"""
243
Sys.free_memory()
244
245
-Get the total free memory in RAM in kilobytes.
+Get the total free memory in RAM in bytes.
246
247
free_memory() = ccall(:uv_get_free_memory, UInt64, ())
248
249
250
Sys.total_memory()
251
252
-Get the total memory in RAM (including that which is currently used) in kilobytes.
+Get the total memory in RAM (including that which is currently used) in bytes.
253
254
total_memory() = ccall(:uv_get_total_memory, UInt64, ())
255
0 commit comments