From mboxrd@z Thu Jan 1 00:00:00 1970 From: ronkhu Subject: memory capacity Date: Mon, 08 Dec 2003 18:38:51 +0800 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3FD454BB.7050005@hq.ntsp.nec.co.jp> Reply-To: ronkhu@ntsp.nec.co.jp Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Can anyone help me in increasing the maximum allowable memory usage for an application in HP/UX? My superior instructed me to create an array of at least 7,140,000 elements(statically)... that would be able to store 8 bytes per index.. What compile option could i use to enhance the memory model (from small to huge?) or increase the memory limit for an application? -Ron