Re: Clearcase

2009-04-02 Thread Bartlomiej Celary
Hi, I am looking for that info as well. >From what I can see (from today's svn checkout of http://reviewboard.googlecode.com/svn/trunk/reviewboard) there is a ClearCaseTool class for it. I tried adding a repo tool like so: Tool: Clearcase Class name: reviewboard.scmtools.clearcase.ClearCaseTool

Store large data in memcached

2009-04-02 Thread Martin
Hi, is there a way to store larger data in memcached? As posted in the performance related thread, a file containing of 24k lines is not stored in the cache. The log says: WARNING - Failed to fetch large data from cache for key codereview:diff-sidebyside-31114: . Is there a way to configure the

Re: Store large data in memcached

2009-04-02 Thread ciaomary
Provided your machine can handle it, i believe you can do this when starting memcache by setting the max memory to use for items higher. I do this as so: /usr/local/bin/memcached -d -m 2048 -l 127.0.0.1 -u memcache By the way, if you are using RB with really large diffs (I believe you said this

Re: Store large data in memcached

2009-04-02 Thread Martin
Thank you, I will try the memcache parameters. Swapping is not an issue for us. Used Swap is at 0KB. We have 4GB memory in that server. Thanks, Martin On Apr 2, 1:31 pm, ciaomary wrote: > Provided your machine can handle it, i believe you can do this when > starting memcache by setting the ma

Re: Store large data in memcached

2009-04-02 Thread David Trowbridge
Hum. I thought we had worked around all of our cache size problems by splitting stuff up under multiple keys. What version are you running? -David On Thu, Apr 2, 2009 at 10:43 AM, Martin wrote: > > Thank you, I will try the memcache parameters. > > Swapping is not an issue for us. Used Swap is

Re: Store large data in memcached

2009-04-02 Thread Martin
I am running beta2. I just saw, taht memcached -m is in MB. I tried 2GB but the 24k file was still not cached. Maybe there is a different setting how large each item can be. The option -m configures how large the entire storage can be. On Apr 2, 1:44 pm, David Trowbridge wrote: > Hum. I thoug

AD Authentication Supported?

2009-04-02 Thread Tom Sakkos
It's not exactly clear from the documentation (and other posts made on the mailing list). Is AD Authentication (officially) supported by Review-Board? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" gro