User Tools

Site Tools


bsd:server:vps:freebsd_15.1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:server:vps:freebsd_15.1 [2026/08/08 00:08] – [Update] Sean Rhonebsd:server:vps:freebsd_15.1 [2026/08/08 00:17] (current) – [General] Sean Rhone
Line 88: Line 88:
   su -   su -
  
-  pkg install en-freebsd-doc htop libressl +  pkg install htop libressl
- +
-===== Non-Debug Kernel ===== +
- +
-  * [[https://man.freebsd.org/cgi/man.cgi?query=malloc.conf&apropos=0&sektion=0&manpath=FreeBSD+16.0-CURRENT&format=html|malloc.conf]] +
- +
-  su - +
- +
-  echo 'abort:false,confirm_conf:false,abort_conf:false,percpu_arena:phycpu,dirty_decay_ms:-1,muzzy_decay_ms:-1,stats_print:false,junk:false,zero:false,utrace:false,xmalloc:false,zero_realloc:free,trust_madvise:true,retain:true' | tee '/etc/malloc.conf' > '/dev/null'+
  
 ====== Settings ====== ====== Settings ======
Line 142: Line 134:
  
   * TODO   * TODO
 +
 +====== Tweaks ======
 +
 +===== General =====
 +
 +  su -
 +
 +  mkdir -p '/usr/local/etc/profile.d' && echo "export LD_BIND_NOW='1'" | tee '/usr/local/etc/profile.d/general-tweaks.sh' > '/dev/null'
 +
 +===== jemalloc =====
 +
 +  * [[https://man.freebsd.org/cgi/man.cgi?query=malloc.conf&apropos=0&sektion=0&manpath=FreeBSD+15.1-RELEASE&format=html|malloc.conf]]
 +
 +  su -
 +
 +  echo 'abort:false,confirm_conf:false,abort_conf:false,percpu_arena:phycpu,dirty_decay_ms:-1,muzzy_decay_ms:-1,stats_print:false,junk:false,zero:false,utrace:false,xmalloc:false,zero_realloc:free,trust_madvise:true,retain:true' | tee '/etc/malloc.conf' > '/dev/null'
 +
 +===== fstab =====
 +
 +  su -
 +
 +  ee '/etc/fstab'
 +
 +==== UFS ====
 +
 +  ,noatime
  
 ====== Scripts ====== ====== Scripts ======
/usr/local/www/wiki/data/attic/bsd/server/vps/freebsd_15.1.1786162113.txt.gz · Last modified: by Sean Rhone