From mboxrd@z Thu Jan 1 00:00:00 1970 From: aprasad@in.ibm.com Message-ID: Date: Mon, 13 Nov 2000 17:29:48 +0530 Subject: reliability of linux-vm subsystem Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-linux-mm@kvack.org Return-Path: To: linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: Hi, When i run following code many times. System becomes useless till all of the instance of this programming are killed by vmm. Till that time linux doesn't accept any command though it switches from one VT to another but its useless. The above programme is run as normal user previleges. Theoretically load should increase but system should services other users too. but this is not behaving in that way. ___________________________________________________________________ main() { char *x[1000]; int count=1000,i=0; for(i=0; i