Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100% cpu usage of one core with docker-compose #4

Open
capc0 opened this issue Sep 13, 2021 · 0 comments
Open

100% cpu usage of one core with docker-compose #4

capc0 opened this issue Sep 13, 2021 · 0 comments

Comments

@capc0
Copy link

capc0 commented Sep 13, 2021

Im using this project with compose in the following way and noticed 100% cpu on one core.

version: "3"
services:
  ike-vpn:
    image: debian-ike:0.1
    command: config.vpn
    volumes:
      - ./volume:/mnt/volume
    privileged: true
    network_mode: "host"
    #restart: always

I adapted the scripts based on this SO thread https://askubuntu.com/questions/1022222/ikec-causes-high-cpu-usage-when-started-as-background-process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant