]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: increase the MAX_{LINK,COMPILE}_MEM 41677/head
authorKefu Chai <kchai@redhat.com>
Thu, 3 Jun 2021 12:48:53 +0000 (20:48 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 3 Jun 2021 13:03:03 +0000 (21:03 +0800)
commit7577fec7fd5c31bfd3a3960faa23ea96be047dbb
tree0eba6e61eca41dd13f5e51b4f70258f56b9d083a
parent38be14bc0fa32be6877dea08ebd35495d39e464f
cmake: increase the MAX_{LINK,COMPILE}_MEM

based on recent observation, quite a few C++ source file take
around more than 3.0GiB to compile. for instance,
test_mock_HttpClient.cc could take up to 6270MiB memory to compile.

so increase MAX_{LINK,COMPILE}_MEM accordingly.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/LimitJobs.cmake