in reply to Re: AIX Memory problems
in thread AIX Memory problems

Or alternatively reconsider the algorithm/code which you using to encode your source data.

The reason for this is that one thing that is not clear from your post (scmason) is whether your code is loading all of the source file into memory at once or whether the error that is occurring is after having read (in segments) 120Mb of the source file - Certainly if this figure represents concurrent memory usage, it may be worth posting your code for review to see how this level of memory usage can be reduced.

 

Ooohhh, Rob no beer function well without!

Replies are listed 'Best First'.
Re: Re: Re: AIX Memory problems
by scmason (Monk) on Oct 24, 2001 at 21:11 UTC
    Hi, There was rather intense recurrence of data in the initial prototype, but I believe we stripped all of this out through code review. I also was able to speed up the encoding by encoding one file at a time, rather than all the data at once. I suffered this problem even after removing the encoding feature for testing. The problem came after reading the files incrementaly. Sure enough, in the limits section of security there was an enrty for datsize, 128 mb.
    Thanks,
    scmason