Fixed error (#3870)

This commit is contained in:
Mrxbox98 2022-01-19 17:06:31 -08:00 committed by GitHub
parent ee870d45e8
commit 21f74a835c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
<input type="text" name="cpu" class="form-control" value="{{ old('cpu', $server->cpu) }}"/> <input type="text" name="cpu" class="form-control" value="{{ old('cpu', $server->cpu) }}"/>
<span class="input-group-addon">%</span> <span class="input-group-addon">%</span>
</div> </div>
<p class="text-muted small">Each <em>physical</em> core on the system is considered to be <code>100%</code>. Setting this value to <code>0</code> will allow a server to use CPU time without restrictions.</p> <p class="text-muted small">Each <em>virtual</em> core (thread) on the system is considered to be <code>100%</code>. Setting this value to <code>0</code> will allow a server to use CPU time without restrictions.</p>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="threads" class="control-label">CPU Pinning</label> <label for="threads" class="control-label">CPU Pinning</label>