aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/mem_limit.h
blob: 11669cc85e969e28a4332e3a049cf58edda472e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <util/system/types.h>

namespace NYql {

void SetAddressSpaceLimit(ui64 memLimit); // Address space memory limit in MB.

} // namespace NYql