[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VARRAY, memory & extracting subarrays
Craig Markwardt wrote:
> VARRAY is a pretty extreme measure for your needs.
Not to mention that it's too much for my very small brain ...
>
> 1. Can you increase your swap space?
> 2. Have you checked your process limits (ie, "limit" or "ulimit"
> command before running IDL)?
We've tried our best with these. We're working with HP-UX's, and there
isn't really a resident expert around. The swap space and process
limits both seem to be very big numbers.
> 3. Big problem is that you say "sector_images = images", which deletes
> the old mapping of sector_images. You can do this instead:
> sector_images(*,*,*) = images ; or even better,
> sector_images(0,0,0) = images ; which is faster but sneaky
I *knew* it'd be something simple like that - thanks! (And thanks for
being up so late!)
Kristine
--
Kristine Hensel
Environmental Systems & Services Phone: +61-3-9835-7901
20 Council St.
Hawthorn East, VIC 3123 Australia e-mail: kristine@esands.com