Re: Freebsd 14.3 wired memory custom or generic kernel
- Reply: Eugene Grosbein : "Re: Freebsd 14.3 wired memory custom or generic kernel"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 21:16:40 UTC
Sent from YaaniMail
From: kunn Date: Mon, 8 Sep 2025 00:12:06 GMT+03:00To: eugen <eugen@grosbein.net>Subject: Re: Freebsd 14.3 wired memory custom or generic kernel
Hello, first of all thank you for your reply.
top command output: 
last pid:   803;  load averages:  0.11,  0.15,  0.07  up 0+00:05:01    00:01:12
35 processes:  2 running, 31 sleeping, 2 waiting
CPU:  0.0% user,  0.0% nice,  0.1% system,  0.0% interrupt, 99.9% idle
Mem: 9624K Active, 1388K Inact, 109M Wired, 15M Buf, 3824M Free
Swap: 3584M Total, 3584M Free
  PID USERNAME    THR PRI NICE   SIZE    RES STATE    C   TIME    WCPU COMMAND
   10 root          4 187 ki31     0B    64K RUN      0  19:58 400.00% idle
    4 root          3 -16    -     0B    48K -        1   0:00   0.00% cam
    2 root          4 -60    -     0B    64K WAIT     0   0:00   0.00% clock
   11 root         19 -60    -     0B   304K WAIT     0   0:00   0.00% intr
   14 root         20 -60    -     0B   320K -        3   0:00   0.00% usb
    6 root          1 -16    -     0B    16K -        1   0:00   0.00% rand_harvestq
  769 root          1  20    0    14M  3208K wait     1   0:00   0.00% sh
    7 root          3 -16    -     0B    48K psleep   3   0:00   0.00% pagedaemon
  757 root          1  23    0    14M  2988K wait     1   0:00   0.00% login
    9 root          4 -16    -     0B    64K psleep   0   0:00   0.00% bufdaemon
  765 moot          1  24    0    14M  3184K wait     2   0:00   0.00% sh
  768 moot          1  21    0    14M  2956K wait     3   0:00   0.00% su
  648 root          1  20    0    14M  2712K select   3   0:00   0.00% syslogd
   16 root          1  16    -     0B    16K syncer   1   0:00   0.00% syncer
    1 root          1  20    0    12M  1164K wait     2   0:00   0.00% init
    0 root         30 -16    -     0B   480K swapin   0   0:00   0.00% kernel
  458 root          1  20    0    15M  4008K select   0   0:00   0.00% devd
  730 root          1  20    0    14M  2604K nanslp   3   0:00   0.00% cron
  762 root          1  68    0    14M  2280K ttyin    0   0:00   0.00% getty
  760 root          1  68    0    14M  2276K ttyin    1   0:00   0.00% getty
  761 root          1  68    0    14M  2276K ttyin    0   0:00   0.00% getty
  759 root          1  68    0    14M  2280K ttyin    1   0:00   0.00% getty
   15 root          1 -16    -     0B    16K vlruwt   3   0:00   0.00% vnlru
  758 root          1  68    0    14M  2272K ttyin    2   0:00   0.00% getty
  763 root          1  68    0    14M  2272K ttyin    2   0:00   0.00% getty
  764 root          1  68    0    14M  2272K ttyin    3   0:00   0.00% getty
   12 root          3  -8    -     0B    48K -        2   0:00   0.00% geom
  394 root          1  68    0    14M  2572K select   3   0:00   0.00% dhclient
  397 root          1   4    0    14M  2696K select   3   0:00   0.00% dhclient
  803 root          1  20    0    15M  3112K CPU0     0   0:00   0.00% top
  457 _dhcp         1  68    0    14M  2760K select   3   0:00   0.00% dhclient
    8 root          1 -16    -     0B    16K psleep   0   0:00   0.00% vmdaemon
    3 root          5 -16    -     0B    80K crypto   3   0:00   0.00% crypto
   13 root          1 -16    -     0B    16K seqsta   3   0:00   0.00% sequencer 00
    5 root          1 -60    -     0B    16K -        3   0:00   0.00% busdma
fgrep memory /var/run/dmesg.boot output:
real memory  = 4294967296 (4096 MB)
avail memory = 4122767360 (3931 MB)
Sent from YaaniMail
From: Eugene Grosbein
Date: Sun, 7 Sep 2025 18:31:17 GMT+03:00
To: kunn <kunn@yaani.com>; freebsd-hackers <freebsd-hackers@freebsd.org>
Subject: Re: Freebsd 14.3 wired memory custom or generic kernel
07.09.2025 22:04, kunn wrote:
> Hi all,
>
> If you can help us with your wisdom to our discussion at following link we would really appreciate it. (You can reply from/to this maillist entry, i will add/attach them to the forum)
>
> Link:
> https://forums.freebsd.org/threads/freebsd-14-3-custom-kernel-wired-memory.99057/
First thing you need is to show output of "top" command.
Second, output of:
fgrep memory /var/run/dmesg.boot
Eugene