NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbmips/52501: erlite quickly fails to allocate memory and processes wedge



The following reply was made to PR port-evbmips/52501; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-evbmips/52501: erlite quickly fails to allocate memory and
 processes wedge
Date: Wed, 23 Aug 2017 21:56:19 +0000

 Deleting this definition (suggested by nick) allows me to use all
 memory.
 
 this definition make uvm_km_alloc try to allocate only from one freelist
 (0) while I have two.
 
 --- sys/arch/mips/include/vmparam.h	2017-08-24 00:50:16.988961601 +0300
 +++ /home/fly/vmparam.h	2017-08-24 00:50:06.125860018 +0300
 @@ -208,8 +208,6 @@
  #endif
  
  #ifdef _KERNEL
 -#define	UVM_KM_VMFREELIST	mips_poolpage_vmfreelist
 -extern int mips_poolpage_vmfreelist;
  #ifdef ENABLE_MIPS_16KB_PAGE
  extern vaddr_t mips_vm_maxuser_address;
  #endif
 


Home | Main Index | Thread Index | Old Index