예제 #1
0
파일: cgroup.hpp 프로젝트: yandex/porto
 TError SetGigaLimit(TCgroup &cg, int64_t limit) const {
     return cg.SetInt64(GIGA_LIMIT, limit);
 }
예제 #2
0
파일: cgroup.hpp 프로젝트: yandex/porto
 TError SetHugeLimit(TCgroup &cg, int64_t limit) const {
     return cg.SetInt64(HUGE_LIMIT, limit);
 }