You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/27 12:08:17 UTC

[GitHub] markusthoemmes commented on a change in pull request #3211: implement ContainerFactory.cpuShare to fix #3110

markusthoemmes commented on a change in pull request #3211: implement ContainerFactory.cpuShare to fix #3110
URL: https://github.com/apache/incubator-openwhisk/pull/3211#discussion_r170878764
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/core/containerpool/ContainerFactory.scala
 ##########
 @@ -30,6 +30,20 @@ import whisk.spi.Spi
 case class ContainerArgsConfig(network: String,
                                dnsServers: Seq[String] = Seq(),
                                extraArgs: Map[String, Set[String]] = Map())
+case class ContainerPoolConfig(numCore: Int, coreShare: Int) {
+  /*
 
 Review comment:
   Please use ScalaDoc (`/**` double asterisk)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services