What is the memory usage limit on DMD linux?

Anders Bergh anders1 at gmail.com
Tue Sep 4 09:17:27 PDT 2007


On 9/4/07, BCS <ao at pathlink.com> wrote:
> What's where I got the ~1GB number.
>
> What I'm looking for is a tool that will allow me to ignore the build and
> find peak usage after dmd has quit.

I misunderstood your question, realized that shortly after hitting the
reply button. Sorry about that.

I can't find anything that would do what you need, however, all I can
suggest is writing a script that runs repeatedly, writing to a file
how much memory dmd is using. Then when the compilation is complete
you can open the file and sort it.


More information about the Digitalmars-d-learn mailing list