Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #236 from devimc/cpu/cpuset
Browse files Browse the repository at this point in the history
virtcontainers: kata_agent: enable cpus and mem sets
  • Loading branch information
Sebastien Boeuf authored Apr 20, 2018
2 parents 397decb + e9404cc commit dec01c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions virtcontainers/kata_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,6 @@ func constraintGRPCSpec(grpcSpec *grpc.Spec) {
grpcSpec.Linux.Resources.BlockIO = nil
grpcSpec.Linux.Resources.HugepageLimits = nil
grpcSpec.Linux.Resources.Network = nil
grpcSpec.Linux.Resources.CPU.Cpus = ""
grpcSpec.Linux.Resources.CPU.Mems = ""

// Disable network namespace since it is already handled on the host by
// virtcontainers. The network is a complex part which cannot be simply
Expand Down

0 comments on commit dec01c1

Please sign in to comment.