in reply to Re: Does perl have a builtin limit to the size of shared memory segments I can write to?
in thread Does perl have a builtin limit to the size of shared memory segments I can write to?

Thanks for the prompt reply.

I opened an issue about that.

Recompiling my own perl is not an option, as I aim to share the code and attain some degree of portability (on Linux, no plans to extend this to other OS). I will carefully look into the File::Map option, or perhaps, I can find a simpler workaround by splitting my large index over a few shared memory segments, for now.

Best,

Valerio

  • Comment on Re^2: Does perl have a builtin limit to the size of shared memory segments I can write to?

Replies are listed 'Best First'.
Re^3: Does perl have a builtin limit to the size of shared memory segments I can write to?
by Corion (Patriarch) on Jan 08, 2025 at 10:13 UTC

    Thank you very much for opening it!

    Just for reference, the issue is GH #22895.