Subject: Re: MySQL: very large key_buffer on amd64?
To: None <port-amd64@netbsd.org>
From: Chris Kantarjiev <cak+gmane@dimebank.com>
List: port-amd64
Date: 09/27/2005 18:00:25
Greg Oster wrote:
> Add:
>
> options MAXDSIZ="(16L*1024*1024*1024)"
>
> to your kernel config and then re-config, re-build, etc.
>
> Hopefully you'll have more luck bumping this value on amd64 than I
> had on bumping it for mac68k this past weekend :-} (i.e. I don't
> know if anything relies on the 8GB limit in amd64, but it seems that
> something in mac68k land relies on a 64MB limit..)
I finally got to try this just now, and it works great. Too bad that 'make
depend' doesn't pick up all the changes that are needed ...