[gnutls-devel] GnuTLS | Speed up CI with more parallelization (#897)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sat Jan 4 15:36:00 CET 2020




Tim Rühsen commented:


A I suspected, -j is very excessive with using memory, from the failed MinGW32 runner:
```
6132 ../libtool: line 11056: 10860 Segmentation fault      $STRIP $cwrapper
6133 cc1: out of memory allocating 1611600 bytes after a total of 3878912 bytes
6134 cc1: out of memory allocating 1590000 bytes after a total of 3878912 bytes
6135 i686-w64-mingw32-strip: './dn2.exe': No such file
6136 i686-w64-mingw32-strip: './rsa-psk-cb.exe': No such file
6138 cc1: out of memory allocating 1618800 bytes after a total of 3874816 bytes
6139 i686-w64-mingw32-strip: './system-prio-file.exe': No such file
```

-j just starts everything that is possible in parallel. That eats huge amounts of Gigabytes... too much for the CI environment. My machine also starts to choke with `make -j`.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/897#note_267186978
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200104/6411976c/attachment.html>


More information about the Gnutls-devel mailing list