Link to home
Start Free TrialLog in
Avatar of bertinoflex
bertinoflex

asked on

Length of shared data exceeds shared segment size at Program line 205

Please, in my program I am using a shared array named @array
in 2 process,

$handle = tie@array, 'IPC::Shareable', undef, { destroy => 1};

I dynamically add values in the array during my program execution;
when I tried to put the 13177th element, I
have this message when compiling :
"Ā Length of shared data exceeds shared segment size at Program line 205 "

How to do, if I want to use a shared array of 240000 elements or more ?

Thank you for your answer ...
ASKER CERTIFIED SOLUTION
Avatar of stefan73
stefan73
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial