Re: VM cache policy change

2015-02-24 Thread Justus Winter
Quoting Samuel Thibault (2015-02-24 01:04:19) > I tried to start a gcc-5 build, it gets stuck at the tar x stage, with > gnumach printing: > > no more room for vm_map_find_entry in 80223e20 (kmem_map_store) > no more room for kmem_realloc in 80223e20 (kmem_map_store) >[...] > ipc_port

Re: VM cache policy change

2015-02-23 Thread Samuel Thibault
Samuel Thibault, le Sun 22 Feb 2015 21:24:48 +0100, a écrit : > Justus Winter, le Sat 21 Feb 2015 16:02:00 +0100, a écrit : > > c) chance of swapping deadlocks. > > I can experiment with the patch series on the buildds. I tried to start a gcc-5 build, it gets stuck at the tar x stage, with gnumac

Re: VM cache policy change

2015-02-22 Thread Richard Braun
On Sat, Feb 21, 2015 at 04:02:00PM +0100, Justus Winter wrote: > He mentions three problems preventing the patch to be merged as-is: And I'll mention another one. Assuming the system doesn't freeze because of a swap deadlock (and I only name it that way because I've read it happened and it looks

Re: VM cache policy change

2015-02-22 Thread Justus Winter
Quoting Samuel Thibault (2015-02-22 21:24:48) > Justus Winter, le Sat 21 Feb 2015 16:02:00 +0100, a écrit : > > c) chance of swapping deadlocks. > > I can experiment with the patch series on the buildds. That'd be nice :) Justus

Re: VM cache policy change

2015-02-22 Thread Samuel Thibault
Justus Winter, le Sat 21 Feb 2015 16:02:00 +0100, a écrit : > c) chance of swapping deadlocks. I can experiment with the patch series on the buildds. Samuel