Carl Johnstone wrote:
I now want to bring down the process size and/or increased shared
memory, and I wondered if anyone knows if it's possible to write perl
in a way that maximises shared memory - eg. can I somehow ensure my
data structures are all together and not sharing memory pages with
c
I now want to bring down the process size and/or increased shared memory,
and I wondered if anyone knows if it's possible to write perl in a way
that maximises shared memory - eg. can I somehow ensure my data structures
are all together and not sharing memory pages with compiled code?
General