malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

parallelization via docker only using 13-15% of CPU #72

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

Running demo data set with 8 cores still only uses 13-15% of CPU (both for Step 2 and Step 3).

FreelanceDev217 commented 4 years ago

This is not related to the source. It is related to the docker settings. There are resource allocation settings in both Docker Desktop for Mac and Docker Desktop for Windows. These settings may require a restart of the docker. Anyway, if you want to work with a large dataset that requires extensive resources, using docker would be not desirable because the program will only be able to consume the resource allocated from the host. docker_setting_win docker_setting_mac