@extends('layouts.admin') @section('title') Server — {{ $server->name }}: Build Details @endsection @section('content-header')

{{ $server->name }}Control allocations and system resources for this server.

@endsection @section('content') @include('admin.servers.partials.navigation')

Resource Management

%

Each virtual core (thread) on the system is considered to be 100%. Setting this value to 0 will allow a server to use CPU time without restrictions.

Advanced: Enter the specific CPU cores that this process can run on, or leave blank to allow all cores. This can be a single number, or a comma seperated list. Example: 0, 0-1,3, or 0,1,3,4.

MiB

The maximum amount of memory allowed for this container. Setting this to 0 will allow unlimited memory in a container.

MiB

Setting this to 0 will disable swap space on this server. Setting to -1 will allow unlimited swap.

MiB

This server will not be allowed to boot if it is using more than this amount of space. If a server goes over this limit while running it will be safely stopped and locked until enough space is available. Set to 0 to allow unlimited disk usage.

Advanced: The IO performance of this server relative to other running containers on the system. Value should be between 10 and 1000.

oom_disabled)checked @endif>
oom_disabled)checked @endif>

Enabling OOM killer may cause server processes to exit unexpectedly.

Application Feature Limits

The total number of databases a user is allowed to create for this server.

The total number of allocations a user is allowed to create for this server.

The total number of backups that can be created for this server.

Allocation Management

The default connection address that will be used for this game server.

Please note that due to software limitations you cannot assign identical ports on different IPs to the same server.

Simply select which ports you would like to remove from the list above. If you want to assign a port on a different IP that is already in use you can select it from the left and delete it here.

@endsection @section('footer-scripts') @parent @endsection