Thread overview
[Issue 24239] dlang.org tests on CircleCI run out of memory
Nov 11, 2023
Dlang Bot
Nov 11, 2023
Dlang Bot
Nov 14, 2023
Dlang Bot
Nov 14, 2023
Dlang Bot
November 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24239

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/dmd pull request #15799 "Issue 24239 - dlang.org tests on CircleCI run out of memory" mentioning this issue:

- Issue 24239 - dlang.org tests on CircleCI run out of memory

  Add variable BUILD_JOBS to posix.mak, which allows to set the number of
  jobs for build.d. This will be used by a separate pull request for
  dlang.org to manually set it, because the automatically calculated
  number of CPU cores is too high.

https://github.com/dlang/dmd/pull/15799

--
November 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24239

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/dlang.org pull request #3724 "Fix issue 24239 - dlang.org tests on CircleCI run out of memory" fixing this issue:

- Fix issue 24239 - dlang.org tests on CircleCI run out of memory

  Manually set the number of jobs used by build.d on CircleCI, because
  the automatically calculated number of CPU cores is too high.

  This depends on https://github.com/dlang/dmd/pull/15799.

https://github.com/dlang/dlang.org/pull/3724

--
November 14, 2023
https://issues.dlang.org/show_bug.cgi?id=24239

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15799 "Issue 24239 - dlang.org tests on CircleCI run out of memory" was merged into master:

- 6d9e93681479e23a21c103d29a6d63c17930ab9a by Tim Schendekehl:
  Issue 24239 - dlang.org tests on CircleCI run out of memory

  Add variable BUILD_JOBS to posix.mak, which allows to set the number of
  jobs for build.d. This will be used by a separate pull request for
  dlang.org to manually set it, because the automatically calculated
  number of CPU cores is too high.

https://github.com/dlang/dmd/pull/15799

--
November 14, 2023
https://issues.dlang.org/show_bug.cgi?id=24239

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3724 "Fix issue 24239 - dlang.org tests on CircleCI run out of memory" was merged into master:

- 43ca8489bdc23832782ef424a5f2cc27359fce83 by Tim Schendekehl:
  Fix issue 24239 - dlang.org tests on CircleCI run out of memory

  Manually set the number of jobs used by build.d on CircleCI, because
  the automatically calculated number of CPU cores is too high.

  This depends on https://github.com/dlang/dmd/pull/15799.

https://github.com/dlang/dlang.org/pull/3724

--