What is the memory usage limit on DMD linux?
    BCS 
    ao at pathlink.com
       
    Tue Sep  4 09:59:50 PDT 2007
    
    
  
Reply to Christian,
> BCS wrote:
> 
>> 14min 14sec compile time
>> ~1070MB memory usage (256 actual memeory)
> Possibly you have run into this bug?
> http://d.puremagic.com/issues/show_bug.cgi?id=1382
I don't think so. The only CTFE I use is done well before the memory stops 
climbing
>> BTW does anyone known of an command line tool that will given me peak
>> memory usage on linux?
>> 
> The man page of the 'time' utility (not the bash buildin) says it'd be
> able to give peak memory usage. It does not work for me though.
> 
It looks like that is using the getrusage system call and only about 5 of 
the values are valid under Linux
> Regards,
> Christian
    
    
More information about the Digitalmars-d-learn
mailing list