Julia's `deps/Makefile` contains these lines: ``` # On linux, try to provision for the largest possible machine currently OPENBLAS_BUILD_OPTS += NUM_THREADS=16 ``` We have a system with 28 cores, and larger systems exist. Should this limit be increased?