On Wed, 29 Sept 2021 at 11:54, Dima Pasechnik <
dim...@gmail.com> wrote:
>
>
>
> On Wed, Sep 29, 2021 at 11:35 AM Ralf Hemmecke <
hemm...@gmail.com> wrote:
>>
>> I seem to have a problem with building sage 9.4 via.
>>
>> MAKE='make -j12' make -j12
>>
>> It stops during the build of dochtml. Obviously because of too many open
>> files. I'm now trying without "-j12" and it seems to be building nicely.
>>
>> Anyhow... any suggestion what to change to prevent my problem and still
>> be able to build in parallel?
>>
> try increasing this limit (1024 is very small...)
>
> ulimit -n 4096
'ulimit -c 0'). Perhaps the build instructions could mention this as