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

Incredibly Slow Performance on Right Click Dialogs #149

Open
davepfeiffer opened this issue Apr 8, 2022 · 1 comment
Open

Incredibly Slow Performance on Right Click Dialogs #149

davepfeiffer opened this issue Apr 8, 2022 · 1 comment

Comments

@davepfeiffer
Copy link

davepfeiffer commented Apr 8, 2022

Whenever I right click a card one of my cpu cores pegs to 100% and it'll chug for almost a minute before eventually showing the dialog.

I'm using #132, though I'm not sure how to verify that my gpu is being utilized. I do have a i7-12700KF so no integrated graphics if the gpu isn't being used, which would explain the poor performance.

My docker info output is:

Client:
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc., v0.8.1-docker)

Server:
 Containers: 6
  Running: 1
  Paused: 0
  Stopped: 5
 Images: 3
 Server Version: 20.10.14
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: false
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: de8046a5501db9e0e478e1c10cbcfb21af4c6b2d.m
 runc version: 
 init version: de40ad0
 Security Options:
  seccomp
   Profile: default
  cgroupns
 Kernel Version: 5.17.1-arch1-1
 Operating System: Arch Linux
 OSType: linux
 Architecture: x86_64
 CPUs: 20
 Total Memory: 31.21GiB
 Name: romulus
 ID: WIHE:U7BM:PDMA:4LEE:JKAG:47UD:ST4C:DJ3D:CCX3:M6IT:7SF3:SKTO
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

There's also a warning that gets logged on startup:

WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested

I also tried ./run-mtgo panard/mtgo:wine-4.9 but that was crashing on startup.

P.S. Thanks for all the effort put into this container! I was getting very close to buying a windows license.

@pauleve
Copy link
Owner

pauleve commented Apr 13, 2022

Thanks for your report. I also have a machine here with nvidia GPU, so I'll try to reproduce the issue (although probably not before a week or two...)

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

No branches or pull requests

2 participants