Spectator47

u/Spectator47@lemmy.world
0 posts · 9 comments

Recent posts

No posts.

Recent comments

For power delivery you need a cable rated for it. Cables can have the same USB specification but different power limits.

Typically to charge a Laptop you want a cable rated for 60W power delivery or higher. I would just go with 100W rated cable as the price is reasonable.

Check out https://www.amazon.com/UGREEN-Cable-100W-Fast-Charge/dp/B07V5MKXJ1/ref=mp_s_a_1_3?crid=3G8AD8YL4Q5XE&keywords=ugreen%2B65w%2Busb%2Bc%2Bcable&qid=1692690249&sprefix=ugreen%2Busb%2Bc%2B65w%2Caps%2C370&sr=8-3&th=1&psc=1

The recordsize used is dynamic up to a maximum of the zfs recordsize property. See https://klarasystems.com/articles/tuning-recordsize-in-openzfs/

The purpose of tuning it is about optimising reads and writes within files larger than the recordsize. For example if you have a database that typically stores its data in a single large file then because it is a large file zfs will be reading and writing it in recordsize chunks on disk. If your databse operates on 4k size changes then reading and writing 1MB at a time in disk is a waste of I/O bandwidth.

The recordsize used is dynamic up to a maximum of the zfs recordsize property. See https://klarasystems.com/articles/tuning-recordsize-in-openzfs/

The purpose of tuning it is about optimising reads and writes within files larger than the recordsize. For example if you have a database that typically stores its data in a single large file then because it is a large file zfs will be reading and writing it in recordsize chunks on disk. If your databse operates on 4k size changes then reading and writing 1MB at a time in disk is a waste of I/O bandwidth.

Your network traffic will not go through the new probe IP.

The static route just ensures the probes to that IP use the correct WAN link. Mainly covers the case where there are multiple WAN links and the probe needs to use a specific one.