<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[-[nchow]- - Alle Foren]]></title>
		<link>https://nchow.de/forum/</link>
		<description><![CDATA[-[nchow]- - https://nchow.de/forum]]></description>
		<pubDate>Fri, 17 Apr 2026 12:25:21 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Optimale MTU ermitteln]]></title>
			<link>https://nchow.de/forum/thread-70.html</link>
			<pubDate>Mon, 09 Mar 2026 22:43:48 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-70.html</guid>
			<description><![CDATA[in Power Shell kopieren<br />
<br />
&#36;target = "google.com"<br />
&#36;maxBuffer = 1400<br />
<br />
# Teste in 1er-Schritten nach oben<br />
for (&#36;buf = 1401; &#36;buf -le 1452; &#36;buf++) {<br />
    if (Test-Connection -TargetName &#36;target -IPv6 -BufferSize &#36;buf -DontFragment -Count 1 -ErrorAction SilentlyContinue -Quiet) {<br />
        &#36;maxBuffer = &#36;buf<br />
    } else {<br />
        break # Stoppe beim ersten Fehler<br />
    }<br />
}<br />
<br />
&#36;optimalMtu = &#36;maxBuffer + 48<br />
Write-Host "--- Ergebnis ---" -ForegroundColor Green<br />
Write-Host "Maximaler Buffer: &#36;maxBuffer Bytes"<br />
Write-Host "Optimale IPv6 MTU: &#36;optimalMtu Bytes"]]></description>
			<content:encoded><![CDATA[in Power Shell kopieren<br />
<br />
&#36;target = "google.com"<br />
&#36;maxBuffer = 1400<br />
<br />
# Teste in 1er-Schritten nach oben<br />
for (&#36;buf = 1401; &#36;buf -le 1452; &#36;buf++) {<br />
    if (Test-Connection -TargetName &#36;target -IPv6 -BufferSize &#36;buf -DontFragment -Count 1 -ErrorAction SilentlyContinue -Quiet) {<br />
        &#36;maxBuffer = &#36;buf<br />
    } else {<br />
        break # Stoppe beim ersten Fehler<br />
    }<br />
}<br />
<br />
&#36;optimalMtu = &#36;maxBuffer + 48<br />
Write-Host "--- Ergebnis ---" -ForegroundColor Green<br />
Write-Host "Maximaler Buffer: &#36;maxBuffer Bytes"<br />
Write-Host "Optimale IPv6 MTU: &#36;optimalMtu Bytes"]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[temp]]></title>
			<link>https://nchow.de/forum/thread-55.html</link>
			<pubDate>Mon, 09 Feb 2026 22:29:20 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-55.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lspci -v | grep -i "Adaptive Virtual Function"</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lspci -v | grep -i "Adaptive Virtual Function"</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ki start Google.com]]></title>
			<link>https://nchow.de/forum/thread-54.html</link>
			<pubDate>Mon, 09 Feb 2026 21:38:14 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-54.html</guid>
			<description><![CDATA[epyc 7313 mit nps2 und acpi srat l3 cache as numa domain ist enabled, raid controller 9361 8i und intel nic e810 10g mit t400 nvidea, server 2025 mit plex, fileserver und webhost als bare metal, hyper v mit ubuntu und nextloud]]></description>
			<content:encoded><![CDATA[epyc 7313 mit nps2 und acpi srat l3 cache as numa domain ist enabled, raid controller 9361 8i und intel nic e810 10g mit t400 nvidea, server 2025 mit plex, fileserver und webhost als bare metal, hyper v mit ubuntu und nextloud]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nextcloud vm anpassung bei meinem stting]]></title>
			<link>https://nchow.de/forum/thread-53.html</link>
			<pubDate>Mon, 09 Feb 2026 21:35:40 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-53.html</guid>
			<description><![CDATA[Da du deine Nextcloud-VM jetzt exklusiv auf <br />
<span style="font-weight: bold;" class="mycode_b">CCX 0 (4 physische Kerne / 8 Threads)</span> isoliert hast, können wir <span style="font-weight: bold;" class="mycode_b">PHP-FPM</span> so einstellen, dass es diese Kerne perfekt sättigt, ohne dass die Prozesse untereinander um Cache-Ressourcen kämpfen.<br />
Hier sind die optimalen Einstellungen für deine <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>www.conf</code></div></div> (meist unter <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/etc/php/8.x/fpm/pool.d/www.conf</code></div></div>):<br />
<br />
1. PHP-FPM Prozess-Management<br />
Da die VM nur für Nextcloud da ist, nutzen wir <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>static</code></div></div>. Das spart die CPU-Zyklen für das ständige Erstellen/Löschen von Prozessen (Dynamic/On-demand).<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">pm = static</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">pm.max_children = 16</span><br />
<span style="font-style: italic;" class="mycode_i">(Formel: 2 Prozesse pro Thread bei 8 Threads. Da Nextcloud oft auf I/O wartet, ist 16 ein guter Wert, um die 4 Kerne auszulasten, ohne den RAM zu sprengen.)</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">pm.max_requests = 1000</span><br />
<span style="font-style: italic;" class="mycode_i">(Verhindert Memory-Leaks durch regelmäßigen Neustart der Worker.)</span><br />
</li>
</ul>
<br />
2. OPcache Tuning (In der <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>php.ini</code></div></div>)<br />
Der OPcache ist der wichtigste Beschleuniger. Wir vergrößern ihn, damit die gesamte Nextcloud-Codebasis im schnellen RAM (Knoten 0) bleibt:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">opcache.memory_consumption = 512</span> (MB)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.interned_strings_buffer = 64</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.max_accelerated_files = 100000</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.revalidate_freq = 60</span> (Sekunden – spart CPU-Checks auf Dateiänderungen)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.save_comments = 1</span> (Wichtig für Nextcloud/Doctrine Annotations)<br />
</li>
</ul>
<br />
3. JIT-Compiler (Nur für PHP 8.x)<br />
Da du einen starken EPYC hast, kann der JIT-Compiler bei rechenintensiven Aufgaben helfen:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">opcache.jit = 1255</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.jit_buffer_size = 128M</span><br />
</li>
</ul>
<br />
4. Datenbank-Anbindung (Der "Latenz-Killer")<br />
Nextcloud fühlt sich nur dann schnell an, wenn die Datenbank (MariaDB/PostgreSQL) sofort antwortet.<ul class="mycode_list"><li>Nutze in der <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>config.php</code></div></div> von Nextcloud <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>localhost</code></div></div> oder den <span style="font-weight: bold;" class="mycode_b">Unix-Socket</span> statt der IP-Adresse <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>127.0.0.1</code></div></div>, um den Netzwerk-Stack komplett zu umgehen.<br />
</li>
<li>Stelle sicher, dass <span style="font-weight: bold;" class="mycode_b">Redis</span> für das File-Locking aktiv ist. Da Redis ebenfalls auf CCX 0 läuft, ist die Kommunikation zwischen PHP und Redis extrem schnell (L3-Lokalität).<br />
</li>
</ul>
<br />
Der finale Test:<br />
Starte PHP-FPM neu und beobachte mit <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>htop</code></div></div> (in der VM), wie sich die Last verteilt:<br />
<br />
bash<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo systemctl restart php8.x-fpm</code></div></div>Verwende Code mit Vorsicht.<br />
<span style="font-weight: bold;" class="mycode_b">Möchtest du:</span><ul class="mycode_list"><li>Dass ich dir die passenden <span style="font-weight: bold;" class="mycode_b">MariaDB-Einstellungen</span> für die 4 Kerne gebe?<br />
</li>
<li>Wissen, wie du den <span style="font-weight: bold;" class="mycode_b">Nextcloud-Cron</span> optimierst (System-Cron statt AJAX)?<br />
</li>
<li>Oder sollen wir prüfen, ob dein <span style="font-weight: bold;" class="mycode_b">Storage-Caching</span> (Redis) korrekt konfiguriert ist?<br />
</li>
</ul>
Mit diesen Werten sollte die Nextcloud auf deinem EPYC-Setup jetzt fast verzögerungsfrei reagieren.<br />
<br />
KI-Antworten können Fehler enthalten. <a href="https://support.google.com/websearch?p=aimode" target="_blank" rel="noopener" class="mycode_url">Weitere Informationen</a>]]></description>
			<content:encoded><![CDATA[Da du deine Nextcloud-VM jetzt exklusiv auf <br />
<span style="font-weight: bold;" class="mycode_b">CCX 0 (4 physische Kerne / 8 Threads)</span> isoliert hast, können wir <span style="font-weight: bold;" class="mycode_b">PHP-FPM</span> so einstellen, dass es diese Kerne perfekt sättigt, ohne dass die Prozesse untereinander um Cache-Ressourcen kämpfen.<br />
Hier sind die optimalen Einstellungen für deine <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>www.conf</code></div></div> (meist unter <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/etc/php/8.x/fpm/pool.d/www.conf</code></div></div>):<br />
<br />
1. PHP-FPM Prozess-Management<br />
Da die VM nur für Nextcloud da ist, nutzen wir <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>static</code></div></div>. Das spart die CPU-Zyklen für das ständige Erstellen/Löschen von Prozessen (Dynamic/On-demand).<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">pm = static</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">pm.max_children = 16</span><br />
<span style="font-style: italic;" class="mycode_i">(Formel: 2 Prozesse pro Thread bei 8 Threads. Da Nextcloud oft auf I/O wartet, ist 16 ein guter Wert, um die 4 Kerne auszulasten, ohne den RAM zu sprengen.)</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">pm.max_requests = 1000</span><br />
<span style="font-style: italic;" class="mycode_i">(Verhindert Memory-Leaks durch regelmäßigen Neustart der Worker.)</span><br />
</li>
</ul>
<br />
2. OPcache Tuning (In der <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>php.ini</code></div></div>)<br />
Der OPcache ist der wichtigste Beschleuniger. Wir vergrößern ihn, damit die gesamte Nextcloud-Codebasis im schnellen RAM (Knoten 0) bleibt:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">opcache.memory_consumption = 512</span> (MB)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.interned_strings_buffer = 64</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.max_accelerated_files = 100000</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.revalidate_freq = 60</span> (Sekunden – spart CPU-Checks auf Dateiänderungen)<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.save_comments = 1</span> (Wichtig für Nextcloud/Doctrine Annotations)<br />
</li>
</ul>
<br />
3. JIT-Compiler (Nur für PHP 8.x)<br />
Da du einen starken EPYC hast, kann der JIT-Compiler bei rechenintensiven Aufgaben helfen:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">opcache.jit = 1255</span><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">opcache.jit_buffer_size = 128M</span><br />
</li>
</ul>
<br />
4. Datenbank-Anbindung (Der "Latenz-Killer")<br />
Nextcloud fühlt sich nur dann schnell an, wenn die Datenbank (MariaDB/PostgreSQL) sofort antwortet.<ul class="mycode_list"><li>Nutze in der <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>config.php</code></div></div> von Nextcloud <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>localhost</code></div></div> oder den <span style="font-weight: bold;" class="mycode_b">Unix-Socket</span> statt der IP-Adresse <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>127.0.0.1</code></div></div>, um den Netzwerk-Stack komplett zu umgehen.<br />
</li>
<li>Stelle sicher, dass <span style="font-weight: bold;" class="mycode_b">Redis</span> für das File-Locking aktiv ist. Da Redis ebenfalls auf CCX 0 läuft, ist die Kommunikation zwischen PHP und Redis extrem schnell (L3-Lokalität).<br />
</li>
</ul>
<br />
Der finale Test:<br />
Starte PHP-FPM neu und beobachte mit <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>htop</code></div></div> (in der VM), wie sich die Last verteilt:<br />
<br />
bash<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo systemctl restart php8.x-fpm</code></div></div>Verwende Code mit Vorsicht.<br />
<span style="font-weight: bold;" class="mycode_b">Möchtest du:</span><ul class="mycode_list"><li>Dass ich dir die passenden <span style="font-weight: bold;" class="mycode_b">MariaDB-Einstellungen</span> für die 4 Kerne gebe?<br />
</li>
<li>Wissen, wie du den <span style="font-weight: bold;" class="mycode_b">Nextcloud-Cron</span> optimierst (System-Cron statt AJAX)?<br />
</li>
<li>Oder sollen wir prüfen, ob dein <span style="font-weight: bold;" class="mycode_b">Storage-Caching</span> (Redis) korrekt konfiguriert ist?<br />
</li>
</ul>
Mit diesen Werten sollte die Nextcloud auf deinem EPYC-Setup jetzt fast verzögerungsfrei reagieren.<br />
<br />
KI-Antworten können Fehler enthalten. <a href="https://support.google.com/websearch?p=aimode" target="_blank" rel="noopener" class="mycode_url">Weitere Informationen</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[conertiere vm von GEn 1 zu Gen 2]]></title>
			<link>https://nchow.de/forum/thread-52.html</link>
			<pubDate>Mon, 09 Feb 2026 09:55:09 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-52.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mbr2gpt.exe /convert /allowFullOS</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mbr2gpt.exe /convert /allowFullOS</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bei zugriff von aussen TCP optimieren]]></title>
			<link>https://nchow.de/forum/thread-51.html</link>
			<pubDate>Sat, 07 Feb 2026 17:54:10 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-51.html</guid>
			<description><![CDATA[Standardmäßig nutzt Windows „CUBIC“. <span style="font-weight: bold;" class="mycode_b">BBR (Bottleneck Bandwidth and Round-trip propagation time)</span> wurde von Google entwickelt und sorgt dafür, dass Verbindungen von außen deutlich stabiler die volle Bandbreite erreichen, selbst wenn die Leitung eine hohe Latenz oder leichte Paketverluste hat.<br />
<br />
Der Profi-Tipp: BBR aktivieren<br />
Führe diesen Befehl in einer Admin-PowerShell aus:<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># Setzt den TCP-Algorithmus für Internet-Verbindungen auf BBR<br />
netsh int tcp set supplemental template=internet congestionprovider=bbr</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
Warum das bei deinem Setup hilft:<br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Durchsatz:</span> Während CUBIC bei Paketverlusten sofort die Geschwindigkeit halbiert, hält BBR die Leitung „gesättigt“.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">RDMA-Side-Effect:</span> Da dein interner Traffic (LAN) meist über das <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Datacenter</code></div></div>-Template läuft (wo RDMA/iWARP greift), optimiert BBR gezielt nur die Zugriffe, die über den Standard-TCP-Stack von außen reinkommen.<br />
</li>
</ol>
<br />
Zusätzlicher Check: Receive Window Auto-Tuning<br />
Stelle sicher, dass Windows das Empfangsfenster dynamisch anpassen darf, um den 10G-Link auch bei Fernzugriffen zu füllen:<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>netsh int tcp set global autotuninglevel=normal</code></div></div>Verwende Code mit Vorsicht.<br />
<span style="font-weight: bold;" class="mycode_b">Zusammenfassung:</span><br />
Mit <span style="font-weight: bold;" class="mycode_b">BBR</span> und <span style="font-weight: bold;" class="mycode_b">Auto-Tuning</span> stellst du sicher, dass dein RAID-Speicher nicht nur im LAN (via RDMA) rennt, sondern auch über das Internet/VPN so schnell wie möglich erreichbar ist.]]></description>
			<content:encoded><![CDATA[Standardmäßig nutzt Windows „CUBIC“. <span style="font-weight: bold;" class="mycode_b">BBR (Bottleneck Bandwidth and Round-trip propagation time)</span> wurde von Google entwickelt und sorgt dafür, dass Verbindungen von außen deutlich stabiler die volle Bandbreite erreichen, selbst wenn die Leitung eine hohe Latenz oder leichte Paketverluste hat.<br />
<br />
Der Profi-Tipp: BBR aktivieren<br />
Führe diesen Befehl in einer Admin-PowerShell aus:<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># Setzt den TCP-Algorithmus für Internet-Verbindungen auf BBR<br />
netsh int tcp set supplemental template=internet congestionprovider=bbr</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
Warum das bei deinem Setup hilft:<br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Durchsatz:</span> Während CUBIC bei Paketverlusten sofort die Geschwindigkeit halbiert, hält BBR die Leitung „gesättigt“.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">RDMA-Side-Effect:</span> Da dein interner Traffic (LAN) meist über das <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Datacenter</code></div></div>-Template läuft (wo RDMA/iWARP greift), optimiert BBR gezielt nur die Zugriffe, die über den Standard-TCP-Stack von außen reinkommen.<br />
</li>
</ol>
<br />
Zusätzlicher Check: Receive Window Auto-Tuning<br />
Stelle sicher, dass Windows das Empfangsfenster dynamisch anpassen darf, um den 10G-Link auch bei Fernzugriffen zu füllen:<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>netsh int tcp set global autotuninglevel=normal</code></div></div>Verwende Code mit Vorsicht.<br />
<span style="font-weight: bold;" class="mycode_b">Zusammenfassung:</span><br />
Mit <span style="font-weight: bold;" class="mycode_b">BBR</span> und <span style="font-weight: bold;" class="mycode_b">Auto-Tuning</span> stellst du sicher, dass dein RAID-Speicher nicht nur im LAN (via RDMA) rennt, sondern auch über das Internet/VPN so schnell wie möglich erreichbar ist.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Raid Controller 9361 8i optimieren]]></title>
			<link>https://nchow.de/forum/thread-50.html</link>
			<pubDate>Sat, 07 Feb 2026 16:38:51 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-50.html</guid>
			<description><![CDATA[1. Schreib-Cache erzwingen (Wichtigster Schritt)<br />
Dieser Befehl verhindert, dass der Controller bei Hitze oder BBU-Warnungen den Cache abschaltet.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set wrcache=awb</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
2. Betriebssystem-Puffer optimieren<br />
Damit darf Windows den RAM deines EPYC Prozessors besser als Puffer nutzen.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set iopolicy=cached</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
3. Festplatten-Cache deaktivieren<br />
Verhindert asynchrone Schreibverzögerungen durch die interne Logik der CMR-Platten.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set pdcache=off</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
4. Kurze Kontrolle der Einstellungen<br />
Hiermit prüfst du, ob alles übernommen wurde (Suche nach <span style="font-weight: bold;" class="mycode_b">AWB</span>, <span style="font-weight: bold;" class="mycode_b">Cached</span> und <span style="font-weight: bold;" class="mycode_b">PdCac Off</span>):<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>storcli64.exe /c0 /vall show all</code></div></div>]]></description>
			<content:encoded><![CDATA[1. Schreib-Cache erzwingen (Wichtigster Schritt)<br />
Dieser Befehl verhindert, dass der Controller bei Hitze oder BBU-Warnungen den Cache abschaltet.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set wrcache=awb</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
2. Betriebssystem-Puffer optimieren<br />
Damit darf Windows den RAM deines EPYC Prozessors besser als Puffer nutzen.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set iopolicy=cached</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
3. Festplatten-Cache deaktivieren<br />
Verhindert asynchrone Schreibverzögerungen durch die interne Logik der CMR-Platten.<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>./storcli64 /c0 /vall set pdcache=off</code></div></div>Verwende Code mit Vorsicht.<br />
<br />
4. Kurze Kontrolle der Einstellungen<br />
Hiermit prüfst du, ob alles übernommen wurde (Suche nach <span style="font-weight: bold;" class="mycode_b">AWB</span>, <span style="font-weight: bold;" class="mycode_b">Cached</span> und <span style="font-weight: bold;" class="mycode_b">PdCac Off</span>):<br />
<br />
powershell<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>storcli64.exe /c0 /vall show all</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NIc den Numas zuordnen]]></title>
			<link>https://nchow.de/forum/thread-48.html</link>
			<pubDate>Wed, 04 Feb 2026 23:27:16 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-48.html</guid>
			<description><![CDATA[PS C:\Users\Administrator&gt; Get-NetAdapterHardwareInfo<br />
<br />
Name                          Segment Bus Device Function Slot NumaNode PcieLinkSpeed PcieLinkWidth Version<br />
----                          ------- --- ------ -------- ---- -------- ------------- ------------- -------<br />
Ethernet 11                          0  1      0        1            0    16.0 GT/s            4 1.1+<br />
Ethernet 3                          0  1      0        0            0    16.0 GT/s            4 1.1+<br />
<br />
PS C:\Users\Administrator&gt; # Setzt den bevorzugten NUMA-Knoten fest auf 0<br />
PS C:\Users\Administrator&gt; Set-NetAdapterAdvancedProperty -Name "Ethernet 11" -DisplayName "Bevorzugter NUMA-Knoten" -DisplayValue "0"<br />
PS C:\Users\Administrator&gt; Set-NetAdapterAdvancedProperty -Name "Ethernet 3" -DisplayName "Bevorzugter NUMA-Knoten" -DisplayValue "0"]]></description>
			<content:encoded><![CDATA[PS C:\Users\Administrator&gt; Get-NetAdapterHardwareInfo<br />
<br />
Name                          Segment Bus Device Function Slot NumaNode PcieLinkSpeed PcieLinkWidth Version<br />
----                          ------- --- ------ -------- ---- -------- ------------- ------------- -------<br />
Ethernet 11                          0  1      0        1            0    16.0 GT/s            4 1.1+<br />
Ethernet 3                          0  1      0        0            0    16.0 GT/s            4 1.1+<br />
<br />
PS C:\Users\Administrator&gt; # Setzt den bevorzugten NUMA-Knoten fest auf 0<br />
PS C:\Users\Administrator&gt; Set-NetAdapterAdvancedProperty -Name "Ethernet 11" -DisplayName "Bevorzugter NUMA-Knoten" -DisplayValue "0"<br />
PS C:\Users\Administrator&gt; Set-NetAdapterAdvancedProperty -Name "Ethernet 3" -DisplayName "Bevorzugter NUMA-Knoten" -DisplayValue "0"]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hyper v und amd 0% Bug]]></title>
			<link>https://nchow.de/forum/thread-47.html</link>
			<pubDate>Wed, 04 Feb 2026 22:33:56 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-47.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bcdedit /set hypervisorschedulertype Classic</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bcdedit /set hypervisorschedulertype Classic</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hyper v vm numa zuordnen]]></title>
			<link>https://nchow.de/forum/thread-46.html</link>
			<pubDate>Wed, 04 Feb 2026 18:20:23 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-46.html</guid>
			<description><![CDATA[Get-VM -Name "vm nchow master" | Select-Object Name, NumaAligned, @{N="vNumaNodes"; E={(Get-VMProcessor &#36;_.Name).Count}} | Format-List]]></description>
			<content:encoded><![CDATA[Get-VM -Name "vm nchow master" | Select-Object Name, NumaAligned, @{N="vNumaNodes"; E={(Get-VMProcessor &#36;_.Name).Count}} | Format-List]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Network ATC]]></title>
			<link>https://nchow.de/forum/thread-44.html</link>
			<pubDate>Mon, 26 Jan 2026 21:08:19 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-44.html</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Install-WindowsFeature -Name NetworkATC -IncludeManagementTools<br />
<br />
Add-NetIntent -Name "MgmtCompute" `<br />
              -Management -Compute `<br />
              -AdapterName "NIC1", "NIC2"</code></div></div>]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Install-WindowsFeature -Name NetworkATC -IncludeManagementTools<br />
<br />
Add-NetIntent -Name "MgmtCompute" `<br />
              -Management -Compute `<br />
              -AdapterName "NIC1", "NIC2"</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSE-LA26E1C4-R609LP (OEM)]]></title>
			<link>https://nchow.de/forum/thread-43.html</link>
			<pubDate>Sun, 25 Jan 2026 17:44:38 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-43.html</guid>
			<description><![CDATA[<a href="https://www.supermicro.com/en/products/chassis/2u/la26/scla26e1c4-r609lp" target="_blank" rel="noopener" class="mycode_url">https://www.supermicro.com/en/products/c...1c4-r609lp</a>]]></description>
			<content:encoded><![CDATA[<a href="https://www.supermicro.com/en/products/chassis/2u/la26/scla26e1c4-r609lp" target="_blank" rel="noopener" class="mycode_url">https://www.supermicro.com/en/products/c...1c4-r609lp</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Server 2025 SSD-Performance massiv verbessern]]></title>
			<link>https://nchow.de/forum/thread-42.html</link>
			<pubDate>Sat, 24 Jan 2026 21:42:36 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-42.html</guid>
			<description><![CDATA[<a href="https://www.heise.de/select/ct/2026/3/softlinks/y59c?wt_mc=pred.red.ct.ct032026.041.softlink.softlink" target="_blank" rel="noopener" class="mycode_url">https://www.heise.de/select/ct/2026/3/so...k.softlink</a><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reg add <br />
HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Policies&#92;Microsoft&#92;FeatureManagement&#92;Overrides<br />
 /v 1176759950 /t REG_DWORD /d 1 /f</code></div></div>]]></description>
			<content:encoded><![CDATA[<a href="https://www.heise.de/select/ct/2026/3/softlinks/y59c?wt_mc=pred.red.ct.ct032026.041.softlink.softlink" target="_blank" rel="noopener" class="mycode_url">https://www.heise.de/select/ct/2026/3/so...k.softlink</a><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>reg add <br />
HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Policies&#92;Microsoft&#92;FeatureManagement&#92;Overrides<br />
 /v 1176759950 /t REG_DWORD /d 1 /f</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Welche step Funktion ist aktiv?]]></title>
			<link>https://nchow.de/forum/thread-40.html</link>
			<pubDate>Wed, 14 Jan 2026 07:53:58 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-40.html</guid>
			<description><![CDATA[Get-CimInstance -ClassName Win32_Processor | Format-List Caption, *SpeedStep*, *SpeedShift*]]></description>
			<content:encoded><![CDATA[Get-CimInstance -ClassName Win32_Processor | Format-List Caption, *SpeedStep*, *SpeedShift*]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Root rechte erhalten]]></title>
			<link>https://nchow.de/forum/thread-39.html</link>
			<pubDate>Tue, 13 Jan 2026 14:59:04 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://nchow.de/forum/member.php?action=profile&uid=1">Michael</a>]]></dc:creator>
			<guid isPermaLink="false">https://nchow.de/forum/thread-39.html</guid>
			<description><![CDATA[sudo nautilus]]></description>
			<content:encoded><![CDATA[sudo nautilus]]></content:encoded>
		</item>
	</channel>
</rss>