From k.p.leopando@bton.ac.uk Mon Apr 30 20:27:58 2001
Received: from europa.bton.ac.uk (europa.bton.ac.uk [194.83.112.9])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f3UIRv320800
	for <prolog@swi.psy.uva.nl>; Mon, 30 Apr 2001 20:27:57 +0200 (MET DST)
Received: from luna.bton.ac.uk ([194.81.203.8])
	by europa.bton.ac.uk with esmtp (Exim 3.16 #2)
	id 14uIMY-00020Q-00
	for prolog@swi.psy.uva.nl; Mon, 30 Apr 2001 19:25:34 +0100
Received: from localhost (kpl1@localhost)
	by luna.bton.ac.uk (8.9.3+Sun/8.9.1) with ESMTP id TAA05771
	for <prolog@swi.psy.uva.nl>; Mon, 30 Apr 2001 19:27:56 +0100 (BST)
X-Authentication-Warning: luna.bton.ac.uk: kpl1 owned process doing -bs
Date: Mon, 30 Apr 2001 19:27:56 +0100 (BST)
From: leopando <K.P.Leopando@bton.ac.uk>
To: prolog@swi.psy.uva.nl
Message-ID: <Pine.GSO.4.10.10104301926250.5455-100000@luna.bton.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [SWIPL] beginners question


I am using WinProlog 4.040 and I want to change the text heap and program
heap configurations.  Im using online help files and have tried using the
predicate switch/2 eg

        switch(/P,4000), % program heap to 4000
        switch(/H,1000), % text heap to 1000

coz the help files refer to the text and heap command line switches as
"/H" and "/P" respectively.  Could someone please tell me how to use these
predicates properly,

kevin                  

