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


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to