Skip to content

Commit 0f1104c

Browse files
Chetank99KristofferC
authored andcommitted
Sysinfo kilobytes -> Bytes change (#34328)
1 parent 27e504e commit 0f1104c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/sysinfo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@ end
242242
"""
243243
Sys.free_memory()
244244
245-
Get the total free memory in RAM in kilobytes.
245+
Get the total free memory in RAM in bytes.
246246
"""
247247
free_memory() = ccall(:uv_get_free_memory, UInt64, ())
248248

249249
"""
250250
Sys.total_memory()
251251
252-
Get the total memory in RAM (including that which is currently used) in kilobytes.
252+
Get the total memory in RAM (including that which is currently used) in bytes.
253253
"""
254254
total_memory() = ccall(:uv_get_total_memory, UInt64, ())
255255

0 commit comments

Comments
 (0)