comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Program code area exceeded?? 50k file
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Program code area exceeded?? 50k file [message #4712] Thu, 20 July 1995 00:00 Go to next message
antarcti is currently offline  antarcti
Messages: 2
Registered: July 1995
Junior Member
I'm working on a program that is just getting good. Only 12 1-2 pages modules.
The file is 50k and idl refuses to run the program. Is there an option to
increase the memory allocated for programs. I'm on a Sparc20 with Solaris2.4.
Re: Program code area exceeded?? 50k file [message #4775 is a reply to message #4712] Thu, 27 July 1995 00:00 Go to previous message
soc is currently offline  soc
Messages: 12
Registered: October 1994
Junior Member
antarcti@news.db.erau.edu wrote:
: I'm working on a program that is just getting good. Only 12 1-2 pages modules.
: The file is 50k and idl refuses to run the program. Is there an option to
: increase the memory allocated for programs. I'm on a Sparc20 with Solaris2.4.

Hi, you can increase the program code area size using the following:


IDL>.size 50000 10000

I've never had a program fill up mine - but I artificially reduced mine
using .size 16000 8000 and I got a program code area exceeded.

Check what your allocation is using the help command, its the top line
that tells you the code and data sizes...

Hope this helps,

Rob O'Connell
Re: Program code area exceeded?? 50k file [message #4792 is a reply to message #4712] Tue, 25 July 1995 00:00 Go to previous message
<HILTBRUNNER[1] is currently offline  <HILTBRUNNER[1]
Messages: 1
Registered: July 1995
Junior Member
In article <3umip6$5fi@deadbird.db.erau.edu>, antarcti@news.db.erau.edu () writes:
> I'm working on a program that is just getting good. Only 12 1-2 pages modules.
> The file is 50k and idl refuses to run the program. Is there an option to
> increase the memory allocated for programs. I'm on a Sparc20 with Solaris2.4.
>

Hi

There is the ".SIZE Code_Size, Data_Size" executive command, which can be used
to resize the code and data area (see IDL User's guide, chapter 2).

Regards

Daniel
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reading ASCII
Next Topic: polyfill help

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:34:37 PDT 2025

Total time taken to generate the page: 0.00768 seconds