Assertion failed: it->nbytes < (1024 * 1024), file items.c, line 284
The line of code in items.c is:
assert(it->nbytes < (1024 * 1024)); /* 1MB max size */
So how could this possibly work? I can remove that assertion, but was
curious to see if anyone knew why it was there considering the item
limit *should* now be configurable.
Thanks!
That's kind of funny. Apparently we added the option but didn't try
it in a debug build.
We'll get a test written for it.
In the meantime, it *should* be safe to remove that assertion.
Thanks much for your attention to this.
I built a new binary that you can try out if you like at :
http://downloads.northscale.com/memcached-win32-1.4.4-53-g0b7694c.zip
We're in the process of testing this right now, but if you want to give
it a shot, please feel free!
--Patrick
It was working, but for some reason where we host the files has some
sort of error. I'm working on remedying this,
Thanks!
--Patrick
The updated, tested binary is
http://downloads.northscale.com/memcached-win32-1.4.4-54-g136cb6e.zip
regards,
Patrick
Thanks!
- Marc
Marc Bollinger wrote:
> Just curious, Northscale guys: how stable would you consider the build
> on your website currently (e.g. are you using it in production, or
> would you recommend using it in production)?
>
There will be a release which we consider thoroughly tested and ready
for any production environment. As far as whether the build which is
there is ready for your production environment, that varies.
Except for an issue that appears to be related to dynamic linking
restrictions on Microsoft's Azure, we aren't aware of any outstanding
issues. We haven't encountered any stability or functional issues, and
haven't had any reports of any yet.
There are a number of people with it deployed in developer environments,
more on desktops, and we've not heard of any issues there. I'm pretty
sure there's at least one deployment someone considers "production",
though that designation may be applied to very different deployments.
In the mean time, if you have any feedback, we'd love to hear about it.
Thanks!
- Matt
I hope that helps.
Brandon Ramirez | Office: 585.214.5013 | Fax: 585.295.4848
Software Engineer II | Element K | www.elementk.com
From: Matt Ingenthron <inge...@cep.net>
To: memc...@googlegroups.com
Date: 02/09/2010 04:11 AM
Subject: Re: Assertion Failed for Items > 1MB
Sent by: memc...@googlegroups.com
- Marc