Skip to content

Commit

Permalink
CGroups v1 thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 7, 2024
1 parent 5785b37 commit dc27790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: parallelly
Version: 1.38.0-9005
Version: 1.38.0-9006
Title: Enhancing the 'parallel' Package
Imports:
parallel,
Expand Down
2 changes: 1 addition & 1 deletion R/cgroups.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ getCGroups <- local({
data2 <- data[row, ]
for (name in names[-1]) {
data2$controller <- name
data <- cbind(data, data2)
data <- rbind(data, data2)
}
}
}
Expand Down

0 comments on commit dc27790

Please sign in to comment.