Closed snomos closed 6 months ago
I increased linux-02
's memory to 28,000MiB from 24,000MiB and the build now succeeds.
Thanks, I have noticed the same. I consider this bug fixed.
If not done already, I would also install libgoogle-perftools-dev
and export LD_PRELOAD=libtcmalloc_minimal.so
to drastically speed up the builds. See https://github.com/hfst/hfst/issues/507 for stats.
If not done already, I would also install
libgoogle-perftools-dev
andexport LD_PRELOAD=libtcmalloc_minimal.so
to drastically speed up the builds. See hfst/hfst#507 for stats.
@snomos if this is something you'd like, please add it to https://github.com/orgs/divvun/projects/2
@snomos if this is something you'd like, please add it to https://github.com/orgs/divvun/projects/2
Done.
KAL has not built properly in a while. The log file says this:
I suspect it is an out-of-memory thing, KAL is known to be very memory hungry during compilation. Give the builder VM more RAM?