Skip to content

Commit a591bf8

Browse files
committed
Fix typo
1 parent abf0c58 commit a591bf8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

R/Cluster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,6 @@ formatError <- function(threadNumber, error, args) {
321321
#' @export
322322
getPhysicalMemory <- function() {
323323
memory <- memuse::Sys.meminfo()$totalram
324-
memory <- memuse::swap.unit(x, "GB")
324+
memory <- memuse::swap.unit(memory, "GB")
325325
return(memory@size)
326326
}

man/getPhysicalMemory.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)