Home | History | Annotate | Download | only in generator

Lines Matching refs:mem_limit

1765     mem_limit = max(1, stat.ullTotalPhys / (5 * (2 ** 30)))  # total / 5GB
1767 return min(mem_limit, hard_cap)