RE: memory allocation problem

"Watton, John D." <[email protected]> Wed, 19 Apr 2006 16:01:24 -0400
Newsgroups gmane.lisp.allegro
Message-ID <9777A8DAAE34D24580BDE86D0FA7412F01E55EE9@NOANDC-MXU21.NOA.Alcoa.com>
If you are using XP like I am you may need to build an image that has
more space set aside. Here is how I built one for ACL 6.2 that has lots
of room in both the lisp heap and the C heap.

(excl:build-lisp-image "c:/software/acl62/mylisp.dxl" :lisp-heap-start
#x14000000 :c-heap-start #x31000000 :lisp-heap-size 480000000
:c-heap-size 500000000) 

John Watton


>-----Original Message-----
>From: Michael W Daniels [mailto:[email protected]] 
>On Behalf Of Michael W. Daniels
>Sent: Wednesday, April 19, 2006 2:22 PM
>To: [email protected]
>Subject: memory allocation problem
>
>I'm working with an application that uses the allegro CL runtime:
>
>International Allegro CL Enterprise Edition
>7.0 [Windows] (Feb 8, 2006 17:24)
>
>At one point, I get the following message:
>
>Memory allocation problem: An allocation request for 262160 bytes
>caused a need for 56623104 more bytes of heap. The operating system
>will not make the space available because the address space reserved
>for the heap could not be increased.
>
>Is this a problem with my computer (i.e. some setting regarding
>virtual memory needs to be changed)? If so, what do I need to change?
>
>Or is it a problem with the way the application was built, or
>something else?
>
>Mike Daniels
>
>