Skip to content

Ram Usage Locked at 4gb #86

Description

@FriedTM

I set this up and have been enjoying it a lot. However, recently we have been getting a lot of streaming and lag. I have noticed using htop that the docker server is locked at 4gb of ram usage and believe this may be the issue. Is there something I am doing wrong? The result of uname -m is x86_64. My ymal is this

services:
se-server:
image: devidian/spaceengineers:winestaging
container_name: se-ds-docker
restart: unless-stopped
mem_limit: 15g
mem_reservation: 6G
volumes:
# left side: your docker-host machine
# right side: the paths in the image (!!do not change!!)
- /appdata/space-engineers/plugins:/appdata/space-engineers/plugins
- /appdata/space-engineers/instances:/appdata/space-engineers/instances
- /appdata/space-engineers/SpaceEngineersDedicated:/appdata/space-engineers/SpaceEngineersDedicated
- /appdata/space-engineers/steamcmd:/root/.steam
ports:
- target: 27016
published: 27016
protocol: udp
mode: host
- target: 8082
published: 8082
protocol: tcp
mode: host
environment:
- WINEDEBUG=-all
- INSTANCE_NAME=76561198031899908
- PUBLIC_IP=Nope Not For You
# public ip required for healthcheck

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions