MathHubInfo / Legacy-localmh-docker

Legacy docker wrapper for lmh
1 stars 1 forks source link

lmh gen on subdirectories dead slow #9

Open kohlhase opened 9 years ago

kohlhase commented 9 years ago

I am not sure whether this is a docker issue....

lmh gen is very slow on my docker instance

> pwd
/Users/kohlhase/localmh/MathHub/MiKoMH
> time lmh gen --sms --alltex --localpaths
lmh gen --sms --alltex --localpaths
Checking modules, this may take a while ...
Found 8229 paths to work on. 
[...]

real    8m18.409s
user    0m0.706s
sys 0m0.123s

does 8 minutes sound right?

tkw1536 commented 9 years ago

For me it is a lot faster. Probably because your machine is older it does not run docker that well.

> lmh install 'MiKoMH/*'
[... install all the repositories ... ]
> lmh gen --sms --alltex --localpaths --force
Found 3674 paths to work on. 
[... lots of output here ...]
real    0m3.342s
user    0m0.037s
sys 0m0.079s
tkw1536 commented 9 years ago

Probably I should still try to make some performance improvements. /cc KWARC/localmh#203