Mischa Schirmer

Results 3 comments of Mischa Schirmer

Hi Bjarne, the batch evaluation indeed make sense, but I won't have the time to implement it now. My code is already parallelized (working on several images simultaneously).

Hi Maren, THELI runs the following command on linux to query the available RAM: awk '/MemTotal/ { print $2 }' /proc/meminfo Can you run this command and let me know...

Hi, a few comments: The "max usable memory" option is a very soft limit which the OS can often override, it will be removed in a future version. You are...