Re: Can somebody explain this memory usage

2009-04-04 Thread Saaa
erm.. That is D2, I mean. > That's D1 ; )

Re: Can somebody explain this memory usage

2009-04-04 Thread Saaa
That's D1 ; ) "Kagamin" wrote in message news:gr7taq$2u2...@digitalmars.com... > http://www.digitalmars.com/d/2.0/phobos/std_gc.html#minimize

Re: Can somebody explain this memory usage

2009-04-04 Thread Kagamin
http://www.digitalmars.com/d/2.0/phobos/std_gc.html#minimize

Re: Can somebody explain this memory usage

2009-04-03 Thread torhu
On 03.04.2009 11:34, Saaa wrote: What is the resident set size called in winXP taskmanager (Or: which other application should I use to check memory usage)? How can I chek memory stats? D1-phobos Thanks I believe 'Mem usage' is the resident size. I often use Process Explorer for tracking mem

Re: Can somebody explain this memory usage

2009-04-03 Thread Saaa
> > > I forgot to mention it is about a program I made :D > > (not the compiler itself or something) > > > > I belive you have a bug in line 42. ? > > >> dmd 1.042 Phobos OpenGl + SDL (Derelict) > >> > >> mem usage (winxp task manager) = 60MB, peak = 120MB > >> gc.fullCollect is run just before

Re: Can somebody explain this memory usage

2009-04-03 Thread Saaa
> For one thing, most runtimes will never return memory the the OS so task > manager will never show a drop in memory. What you should be looking at is > either the resident set size in task manager or some of the GC stats in the > process. What is the resident set size called in winXP taskman

Re: Can somebody explain this memory usage

2009-04-02 Thread BCS
Reply to Saaa, dmd 1.042 Phobos OpenGl + SDL (Derelict) mem usage (winxp task manager) = 60MB, peak = 120MB gc.fullCollect is run just before mainloop, no change in mem usage after 10 minutes or so mem usage has stabilized at 70MB I have localized this to toStringz usage and think this is why

Re: Can somebody explain this memory usage

2009-04-02 Thread Denis Koroskin
On Thu, 02 Apr 2009 10:08:52 +0400, Saaa wrote: I forgot to mention it is about a program I made :D (not the compiler itself or something) I belive you have a bug in line 42. dmd 1.042 Phobos OpenGl + SDL (Derelict) mem usage (winxp task manager) = 60MB, peak = 120MB gc.fullCollect is ru

Re: Can somebody explain this memory usage

2009-04-01 Thread Saaa
I forgot to mention it is about a program I made :D (not the compiler itself or something) > dmd 1.042 Phobos OpenGl + SDL (Derelict) > > mem usage (winxp task manager) = 60MB, peak = 120MB > gc.fullCollect is run just before mainloop, no change in mem usage > > after 10 minutes or so mem usage h

Can somebody explain this memory usage

2009-04-01 Thread Saaa
dmd 1.042 Phobos OpenGl + SDL (Derelict) mem usage (winxp task manager) = 60MB, peak = 120MB gc.fullCollect is run just before mainloop, no change in mem usage after 10 minutes or so mem usage has stabilized at 70MB I have localized this to toStringz usage and think this is why tango's toString