scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

documenting problem: Slower performance for optimization code on docker in osx/mac versus Ubuntu #67

Closed russelljjarvis closed 7 years ago

russelljjarvis commented 7 years ago

CPU utilization looks like 4 out of CPUs, and I suspect the docker container is starting with less than the full amount of available RAM too. My suspicions were true. Hardly any memory used as a default in docker invocation. Docker runs much faster when provided with all the available memory and CPU.

Solved in the docker-whale icon select preferences, click advanced and then max out memory and CPUs with scroll bars.