there's the -I commandline option? On Thu, 14 Jun 2012, Raghu wrote:
> I need to compile 32 bit version of memcached for windows. To increase item > size from 1 MB, what needs to be done? I don't see POWER_BLOCK in slabs.c. I > see > POWER_SMALLEST set to 1 in default_engine.h, is this the setting that needs > to be changed? > Thanks > Raghu > > On Wednesday, January 5, 2011 11:19:06 PM UTC-6, weyus wrote: > To the best of my understanding, the maximum size of an individual > memcached value is equal to POWER_BLOCK bytes (where POWER_BLOCK is > defined in slabs.c). > > I have the need to store objects of up to 5-10 MB in some rare cases. > > Is my only option to modify the value of POWER_BLOCK and recompile > memcached? > > Or is there another way to support larger objects? > > Is there any downside to increasing the value of POWER_BLOCK by that > much? > > Many thanks, > Wes > > >
