[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Windows memory trending
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Windows memory trending
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 19 Jul 2005 22:46:02 +0200
- References: <20050719204344.GA3416@hswn.dk>
- User-agent: Mutt/1.5.6+20040907i
On Tue, Jul 19, 2005 at 10:43:44PM +0200, Henrik Stoerner wrote:
> Thanks, testing this clearly shows that it overflows the "unsigned long"
> calculations being done by Hobbit. The attached patch should solve this,
For those not familiar with patching, to apply this you must:
cd hobbit-4.0.4
patch -p1 </tmp/hobbit-4.0.4-win32mem.patch
make
stop hobbit
as root: "make install"
start hobbit
Henrik