Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!princeton!allegra!lcuxlm!hhc From: hhc@lcuxlm.UUCP Newsgroups: comp.lang.prolog Subject: Specifying Allocation of Data Areas Message-ID: <1164@lcuxlm.UUCP> Date: Wed, 18-Feb-87 16:11:58 EST Article-I.D.: lcuxlm.1164 Posted: Wed Feb 18 16:11:58 1987 Date-Received: Fri, 20-Feb-87 07:16:17 EST Organization: AT&T Bell Laboratories Lines: 17 Keywords: C-Prolog,allocation How can I specify the allocation for the six internal data areas (heap, global stack, local stack, trail, atom area, and the aux. stack) in C-Prolog 1.5? My version 1.4 manual says to do so on the command line. For example: prolog -H 1000 -G 1000 -L 500 bigprogram specifies heap and global stack allocations of 1000K and local stack allocation of 500K. Unfortunately, this doesn't work. Does version 1.5 have a different method? Did it work in version 1.4? Any help would be appreciated. Harry H. Chefitz AT&T Bell Labs ...ihnp4!lcuxld!hhc