Subject: | Explain page_size / 64k default? |
I recently run into a problem where a big structure I wanted to store
using Cache::FastMmap "disappeared". I have tracked down the problem to
having a structure bigger than 64k. When I have increased page_size to
1024*1024, the problem went away.
I think the documentation of the module does not explain this behaviour,
so it needs some clarification. What is page_size exactly for? Why this
64k limit, and how do I tell whether a ->set was unsuccesful because I
wanted to store something too big??
Thank you!