Subject: Re: Problems with X
To: Alisdair McDiarmid <alisdair@illusion.oaktree.co.uk>
From: Mike Pumford <mpumford@black-star.demon.co.uk>
List: port-arm32
Date: 09/15/1997 23:07:24
On Mon, 15 Sep 1997, Alisdair McDiarmid wrote:

> After a few minutes in X I get an error repeating ('Warning: Possible
> process deadlock due to shortage of L1 page table') which stops all
> tasks working. Is this fixable?

You need to increase the maximum processes in the bootloader. You get this
warning since L1 page tables are currently something allocated by the
kernel at boot time based on the maximum processes value. I think
somewhere around 60 should be more than enough for a single user X
system. 

Mike