[Issue 24863] DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 17 14:06:31 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24863

zf <lfzamora81 at gmail.com> changed:

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

--- Comment #2 from zf <lfzamora81 at gmail.com> ---
This has been resolved and was not an issue with DMD specifically but with the
default system settings of OpenBSD itself.

The 'datasize' parameter(s) for a given login class must be set high enough as
not to run out of memory:

https://man.openbsd.org/login.conf.5

By default, depending on the system memory, it may be set too low. Increasing
the current and max values fixed the issue.

Resolving.

--


More information about the Digitalmars-d-bugs mailing list