Don't ask why... I've been meaning to replace this system for a while now...
Don't ask why... I've been meaning to replace this system for a while now...
meee :3
i cant even automount LUKS external drives
meee :3
プロになって3年で初めてのベスト32👀✨
応援や支援のおかげで腐らず地道にコツコツやってきての結果だとおもいます。結果に満足はしておりません。もっと精進します。
#Secret
#LStyle
#DPL
#Link
#べろ〜家
#newarrow
#Rowdies
#InBusiBull
#メリケンゴリラ
#NoaTime
#NBM
#清水工業
#豚肩ロース生姜焼き
#仙人ジンギスカン
#HealCorps
#ダーツ好きと繋がりたい #ダーツ
プロになって3年で初めてのベスト32👀✨
応援や支援のおかげで腐らず地道にコツコツやってきての結果だとおもいます。結果に満足はしておりません。もっと精進します。
#Secret
#LStyle
#DPL
#Link
#べろ〜家
#newarrow
#Rowdies
#InBusiBull
#メリケンゴリラ
#NoaTime
#NBM
#清水工業
#豚肩ロース生姜焼き
#仙人ジンギスカン
#HealCorps
#ダーツ好きと繋がりたい #ダーツ
findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS <path>
TARGET SOURCE FSTYPE OPTIONS
<path> /dev/nvme0n1 ext4 rw,noatime,errors=remount-ro,stripe=64
findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS <path>
TARGET SOURCE FSTYPE OPTIONS
<path> /dev/nvme0n1 ext4 rw,noatime,errors=remount-ro,stripe=64
bugs.debian.org/cgi-bin/bugr...
bugs.debian.org/cgi-bin/bugr...
The other reason is mount options. Everything is mounted noatime to reduce disk access. Almost everything gets user_xattr. Some patitions are not mounted automatically: /boot and the cdroms. ordinary users can mount cdroms. Only /usr/and /srv get the dev mount options.
The other reason is mount options. Everything is mounted noatime to reduce disk access. Almost everything gets user_xattr. Some patitions are not mounted automatically: /boot and the cdroms. ordinary users can mount cdroms. Only /usr/and /srv get the dev mount options.
If AWS can you provision something faster?
If AWS can you provision something faster?
some commands
udisksctl unlock -b /dev/sdXN
(this returns a dm-N object)
udisksctl mount -o noatime,subvol=@SUBVOL -b /dev/dm-X
udisksctl unmount -b /dev/dm-N
udisksctl lock -b /dev/sdXN
udisksctl power-off -b /dev/sdXN
some commands
udisksctl unlock -b /dev/sdXN
(this returns a dm-N object)
udisksctl mount -o noatime,subvol=@SUBVOL -b /dev/dm-X
udisksctl unmount -b /dev/dm-N
udisksctl lock -b /dev/sdXN
udisksctl power-off -b /dev/sdXN
Kill latency spikes on multi-socket rigs via numactl memory interleaving. Disable THP to stop memory freezes, format NVMe to XFS with noatime, & deploy TLS to encrypt pipelines.
🔗 www.servermo.com/howto/optimi...
#MongoDB #SRE
Kill latency spikes on multi-socket rigs via numactl memory interleaving. Disable THP to stop memory freezes, format NVMe to XFS with noatime, & deploy TLS to encrypt pipelines.
🔗 www.servermo.com/howto/optimi...
#MongoDB #SRE
gamemode (adjusts cpu scaling for games and can be invoked with gamemoderun)
vm.swappiness=20 in sysctl.conf (avoid swapping until things get tight)
noatime in fstab (avoid writes when accessing files for minor disk I/O tweak)
gamemode (adjusts cpu scaling for games and can be invoked with gamemoderun)
vm.swappiness=20 in sysctl.conf (avoid swapping until things get tight)
noatime in fstab (avoid writes when accessing files for minor disk I/O tweak)
1) /etc/jail.conf に 次のエントリを追加 ( jail "foo" の場合)
mount.fstab = "/usr/jails/foo/etc/fstab";
2) /usr/jails/foo/etc/fstab を設定(Jail の /mnt に jail 外の /data/share をmountする場合)
/data/share /usr/jails/foo/mnt nullfs rw,noatime 0 0
1) /etc/jail.conf に 次のエントリを追加 ( jail "foo" の場合)
mount.fstab = "/usr/jails/foo/etc/fstab";
2) /usr/jails/foo/etc/fstab を設定(Jail の /mnt に jail 外の /data/share をmountする場合)
/data/share /usr/jails/foo/mnt nullfs rw,noatime 0 0
read: 122MiB/s->170MiB/s
randread: 56.0MiB/s->61.8MiB/s
に向上.
すっかり忘れていたが,nfsではnoatimeだったので条件をそろえればきちんと有意な性能差があることを確認できた.
nfs:
seqread: 122MiB/s
seqwrite: 318MiB/s
randread: 50.3MiB/s
randwrite: 339MiB/s
virtiofs:
seqread: 75.5MiB/s
seqwrite: 233MiB/s
randread: 56.0MiB/s
randwrite: 254MiB/s
こりゃいいぞ
read: 122MiB/s->170MiB/s
randread: 56.0MiB/s->61.8MiB/s
に向上.
すっかり忘れていたが,nfsではnoatimeだったので条件をそろえればきちんと有意な性能差があることを確認できた.