Re: Workspace reallocation would exceed maximum size 32556688

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Fri Oct 01 2010 - 17:43:01 MDT

Hi Jinwoong Yoo,

This workspace has nothing to do with the size of the files you are
reading. It refers to the maximum memory buffer size allowed to
perform certain graphics operations. The easiest way to increase the
size is to put a line like the following into your ~/.hluresfile:

*wsMaximumSize : 500000000

I should note that the size the message is reporting is actually less
than the default maximum size in recent versions of NCL which is
100000000. Perhaps you already have specified wsMaximumSize in your
~/.hluresfile with this smaller value. In that case, assuming you have
a recent version of NCL, you might be able to just remove (or comment
out using '!' at the beginning of the line) the wsMaximumSize statement.

  -dave

On Oct 1, 2010, at 5:00 PM, Jinwoong Yoo wrote:

> Hello.
>
> I'm using GOES-12 (HDF format) imagery to plot with NCEP/NCAR
> reanalysis wind data.
> My NCL code works fine usually.
> But for some hdf files I get error message like below.
>
> fatal: ContourPlotDraw: Workspace reallocation would exceed maximum
> size 32556688
> fatal:ContourPlotDraw: draw error
> warning:WorkstationDeactivate: workstation not active or not opened
>
> When I checked the hdf file size, it was 134.4 MB (140933698 bytes)
> which is clearly larger than the max in the error message.
>
> How can I solve this problem?
> Can I increase the size of the workspace allocation?
>
>
> Thank you in advance.
>
> Jinwoong Yoo
> LSU
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Oct 1 17:43:06 2010

This archive was generated by hypermail 2.1.8 : Mon Oct 04 2010 - 08:55:54 MDT