Displaying 6 results from an estimated 6 matches for "kva_pages".
2013 Feb 14
2
i386: vm.pmap kernel local race condition
...crash:
Feb 14 00:03:00 irl savecore: reboot after panic: get_pv_entry: increase vm.pmap.shpgperproc
Feb 14 00:03:00 irl savecore: writing core to vmcore.1
Btw, I have coredump.
vm.pmap.shpgperproc has default value (200) here, as well as m.v_free_min,
vm.v_free_reserved, and vm.v_free_target and KVA_PAGES.
These crashes are pretty regular
# last|fgrep reboot
reboot ~ Thu Feb 14 00:03
reboot ~ Wed Feb 13 19:08
reboot ~ Wed Feb 13 10:40
reboot ~...
2003 Apr 06
1
load testing and tuning a 4GB RAM server
...m.size=268435456
kern.vm.pmap.shpgperproc=2048
net.inet.tcp.tcbhashsize=16384
Contents of /etc/sysctl.conf:
kern.ip.somaxconn=4096
vm.v_free_min=131072
vm.v_free_target=262144
vm.f_free_reserved=32768
vm.v_free_severe=65536
kern.ps_showallprocs=0
Some info from kernel config:
maxusers 0
options KVA_PAGES=512
options NSWAPDEV=1
(the rest is pretty much my hardware, firewall and other irrelevant stuff)
This has been copied by hand as the machine is not networked yet, so
please excuse any possible typos.
The system does a make -j8 world in about 15 minutes. Make -j500
buildworld takes about an hour...
2003 Apr 22
0
kmem_map too small: 260046848 total allocated
......
First scan through Google, I came across some posts talking about
NMBCLUSTERS ... since its at the same settings as my other server (the
default) and it hasn't experienced similar problems, I'm guessing that
that isn't the cause ...
Now, on neptune (the one with issues), I have KVA_PAGES set to 292,
which, when it crashed, had vm.kvm_free: 104857600 available (I had it at
the default 256, and kvm_free drop'd to 0 within 24hrs, so I raised it a
little bit to give it some buffer space) ... but never raised the
VM_KMEM_SIZE values above their defaults ...
Is there some tunable...
2003 Aug 22
3
PAE removal patch for testing
...PG_AVAIL2
-#define PG_FRAME (~((vm_paddr_t)PAGE_MASK))
+#define PG_FRAME (~PAGE_MASK)
#define PG_PROT (PG_RW|PG_U) /* all protection bits . */
#define PG_N (PG_NC_PWT|PG_NC_PCD) /* Non-cacheable */
@@ -88,7 +88,7 @@
* This **MUST** be a multiple of 4 (eg: 252, 256, 260, etc).
*/
#ifndef KVA_PAGES
-#define KVA_PAGES (1 << (30 - PDRSHIFT))
+#define KVA_PAGES 256
#endif
/*
@@ -97,17 +97,13 @@
#define VADDR(pdi, pti) ((vm_offset_t)(((pdi)<<PDRSHIFT)|((pti)<<PAGE_SHIFT)))
#ifndef NKPT
-#ifdef PAE
-#define NKPT 120 /* actual number of kernel page tables */
-#else
-#defi...
2008 Jul 22
3
6.3-RELEASE-p3 recurring panics on multiple SM PDSMi+
We have 10 SuperMicro PDSMi+ 5015M-MTs that are panic'ing every few
days. This started shortly after upgrade from 6.2-RELEASE to
6.3-RELEASE with freebsd-update.
Other than switching to a debugging kernel, a little sysctl tuning,
and patching with freebsd-update, they are stock. The debugging
kernel was built from source that is also being patched with
freebsd-update.
These systems are
2008 Apr 09
3
[SO]HO Software RAID5 server: which implementation should I choice?
Hello, freebsd-stable.
Does somebody use some software RAID5 on FreeBSD in real production
system?
I want to build storage server for my home: RAW photos, multi-layer
PhotoShop files and FLAC-encoded music consume a lot of space, and
they should be availible both from desktop & notebook.
Also, all photo-content is unique, so I need some insuranse from
single HDD crash. I understand,