Re: increase socache_shmcb maximum size

2013-06-17 Thread Jim Jagielski
On Jun 17, 2013, at 11:34 AM, Graham Leggett wrote: > On 17 Jun 2013, at 3:15 PM, Jens Låås wrote: > >> Current maximum size of socache_shmcb is 64MB, which is rather small if you >> want to use it with mod_cache_socache. >> Memory is cheap etc. >> >> I also noticed that different data types

Re: increase socache_shmcb maximum size

2013-06-17 Thread Jens Låås
2013/6/17 Graham Leggett > On 17 Jun 2013, at 3:15 PM, Jens Låås wrote: > > > Current maximum size of socache_shmcb is 64MB, which is rather small if > you want to use it with mod_cache_socache. > > Memory is cheap etc. > > > > I also noticed that different data types seemed to be used to repres

Re: increase socache_shmcb maximum size

2013-06-17 Thread Graham Leggett
On 17 Jun 2013, at 3:15 PM, Jens Låås wrote: > Current maximum size of socache_shmcb is 64MB, which is rather small if you > want to use it with mod_cache_socache. > Memory is cheap etc. > > I also noticed that different data types seemed to be used to represent cache > sizes: apr_size_t and u

increase socache_shmcb maximum size

2013-06-17 Thread Jens Låås
Hello! Current maximum size of socache_shmcb is 64MB, which is rather small if you want to use it with mod_cache_socache. Memory is cheap etc. I also noticed that different data types seemed to be used to represent cache sizes: apr_size_t and unsigned int. Attached suggestion is to base the maxi