DMD memory management

Shachar Shemesh via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 15 00:20:47 PDT 2015


On 14/06/15 20:01, bitwise wrote:
> On Sun, 14 Jun 2015 12:52:47 -0400, ketmar <ketmar at ketmar.no-ip.org> wrote:

>> so it's by design.
>
> Ok, makes sense ;)
>
>    Bit

Well, sortof.

It makes sense, until you try to compile a program that needs more 
memory than your computer has. Then, all of a sudden, it completely and 
utterly stops making sense.

Hint: when you need to swap out over 2GB of memory (with 16GB of 
physical ram installed), this strategy completely and utterly stops 
making sense.

Shachar


More information about the Digitalmars-d mailing list