Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Improve concurrency of build processes on AIX machines.

Aperta
#4,226 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
45/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
node.js

Direzione di ricerca

Inizia da ansible/inventory.yml, alla voce della macchina AIX indicata, quindi esamina l’analisi nell’issue #2566 e le modifiche all’automazione del pull request #2574. Confronta le build dirette e quelle gestite da Jenkins con una concorrenza maggiore, usando le versioni supportate di Node.js, inclusa Node.js 22. Il lavoro è completato quando viene stabilita un’impostazione di concorrenza sicura per AIX e viene applicata all’automazione delle build se i test supportano la modifica.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

platform:aix

Many of our current AIX machines have significant processing power and RAM (Most are 4-core with SMT8) and 32GiB if RAM. We are currently throttling some of them to -j8 or lower which means the machines are likely to be underutilised relative to their ability:

https://github.com/nodejs/build/blob/7d8af5b858e3e6b22b198e4091a09ecc32bc7cb2/ansible/inventory.yml#L122

This issue will cover experimenting to see if we can increase this, as duering some recent testing I have been running directly on the machine with values of -j16 without issues (Noting that it's also possible that running through jenkins has different effects...)

The limitations were initially put in due to the analysis in https://github.com/nodejs/build/issues/2566 and then added to our automation in https://github.com/nodejs/build/pull/2574 - it's not clear which versions of Node were affected but I will also try node.js 22 to cover both ends of what we are supporting. I will also note that the specific machine which was listed as failing with anything greater than 3 is currently offline.

Lingua principale
Jinja
Stelle
541
Fork
185
Merge medio
2g 18h
PR unite (30g)
6

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di nodejs/build

Tutte le issue di nodejs/build

Issue simili

Altre issue su Build System

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.