Add CPU Thread assignments
Added CPU Thread assignments for each server
This commit is contained in:
parent
ab4c4e7e9e
commit
2561e3e8d5
9 changed files with 28 additions and 2 deletions
|
@ -262,7 +262,7 @@ class ServersController extends Controller
|
|||
{
|
||||
$this->buildModificationService->handle($server, $request->only([
|
||||
'allocation_id', 'add_allocations', 'remove_allocations',
|
||||
'memory', 'swap', 'io', 'cpu', 'disk',
|
||||
'memory', 'swap', 'io', 'cpu', 'threads', 'disk',
|
||||
'database_limit', 'allocation_limit', 'oom_disabled',
|
||||
]));
|
||||
$this->alert->success(trans('admin/server.alerts.build_updated'))->flash();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue