[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory use analysis
From: |
Andy Wingo |
Subject: |
Re: Memory use analysis |
Date: |
Sat, 07 Sep 2013 11:46:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
On Tue 13 Aug 2013 20:23, address@hidden writes:
> I'm facing an issue with ballooning memory usage in a progam I'm writing
> and having a difficult time tracking down the root cause. The stack
> stays small but it uses more and more heap space until the system runs
> out of memory.
We don't have good tools for this :(
However you can set the GC_PRINT_STATS or GC_PRINT_VERBOSE_STATS
environment variables, and perhaps that is helpful to you.
Andy
--
http://wingolog.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Memory use analysis,
Andy Wingo <=