João Pedro Malhado, le sam. 03 janv. 2026 20:09:19 +0100, a ecrit:
> On Sat, Jan 03, 2026 at 06:42:33PM +0100, Samuel Thibault wrote:
> > João Pedro Malhado, le sam. 03 janv. 2026 18:39:57 +0100, a ecrit:
> > > I'm also seeing other problems with this gnumach version when running with
> > > in-kernel IDE drivers, for example running aptitude crashes with message:
> > > 
> > > Uncaught exception: Not enough resources to create thread
> > 
> > This is most probably because of the addressing space limitation support
> > that was added, set by default to half the physical memory. You can
> > see and change this with ulimit -v
> 
> Yes, changing the amount of virtual memory available solved that issue, thank
> you.
> 
> I wonder if the issue with rumpdisk is also related. Is there a way to set
> this limit system wide at boot?

Not for bootchain translators. You can try to rebuild a gnumach with the
limit

vm/vm_map.c:            map->size_cur_limit = vm_page_mem_size() / 2;

raised to e.g. vm_page_mem_size()

(how much ram does your machine have, actually?)

Samuel

Reply via email to