Searched refs:soft_limit_in_bytes_ (Results 1 – 3 of 3) sorted by relevance
483 if (soft_limit_in_bytes_ != -1) { in ConfigureMemcg()484 if (!setProcessGroupSoftLimit(proc_attr_.uid, pid_, soft_limit_in_bytes_)) { in ConfigureMemcg()706 bool use_memcg = swappiness_ != -1 || soft_limit_in_bytes_ != -1 || limit_in_bytes_ != -1 || in Start()
203 int soft_limit_in_bytes_ = -1; variable
344 if (!ParseInt(args[1], &service_->soft_limit_in_bytes_, 0)) { in ParseMemcgSoftLimitInBytes()