[Catalyst] ::Session::Store::FastMmap issues

Peter Flanigan pjf at RoxSoft.co.uk
Wed Oct 17 21:14:02 GMT 2007


Florian Ragwitz wrote:
> there is an issue with the Cache::FastMmap store for the Session plugin.
> When $c->session contains some large very data structures
> Cache::FastMmap refuses to store them for whatever reason and returns
> false when calling ->set on it.
>   
I found that I needed to increase the page size

Cache::FastMmap->new( page_size  => '256k'  );

where 256k is larger than the largest data structure I wanted to store

Regards




More information about the Catalyst mailing list