Rename CPU Threads for CPU Pinning

This commit is contained in:
LeJeanbono 2020-10-06 23:09:16 +02:00
parent 83efb2d7b6
commit 0b559f8acb
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@
</div> </div>
<div class="form-group col-xs-6"> <div class="form-group col-xs-6">
<label for="pThreads">CPU Threads</label> <label for="pThreads">CPU Pinning</label>
<div> <div>
<input type="text" id="pThreads" name="threads" class="form-control" value="{{ old('threads') }}" /> <input type="text" id="pThreads" name="threads" class="form-control" value="{{ old('threads') }}" />

View file

@ -38,7 +38,7 @@
<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>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>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="threads" class="control-label">CPU Threads</label> <label for="threads" class="control-label">CPU Pinning</label>
<div> <div>
<input type="text" name="threads" class="form-control" value="{{ old('threads', $server->threads) }}"/> <input type="text" name="threads" class="form-control" value="{{ old('threads', $server->threads) }}"/>
</div> </div>

View file

@ -68,7 +68,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td>CPU Threads</td> <td>CPU Pinning</td>
<td> <td>
@if($server->threads != null) @if($server->threads != null)
<code>{{ $server->threads }}</code> <code>{{ $server->threads }}</code>