Skip to content

src: default --v8-pool-size to 1 #60438

src: default --v8-pool-size to 1

src: default --v8-pool-size to 1 #60438

Triggered via pull request September 20, 2026 02:36
@anonriganonrig
opened #66148
Status Failure
Total duration 50s
Artifacts

commit-lint.yml

on: pull_request_target
lint-commit-message
38s
lint-commit-message
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-commit-message
# 7eafb5b344246ada38fb78c3717c63bb3d4f38b1 not ok 1 assisted-by-is-trailer: Assisted-by must be a trailer (Assisted-by: Cursor Grok 4.6) --- { found: 'Assisted-by: Cursor Grok 4.6', compare: '===', wanted: '', at: { line: 8, column: 0, body: [ '', 'The default V8 platform pool of 4 worker threads is created during', 'bootstrap. Most processes are I/O bound and never need that', 'parallelism, but still pay for the extra threads and address space.', '', 'Default the pool to 1. --v8-pool-size=0 still sizes the pool from', 'available parallelism.', '', 'Assisted-by: Cursor Grok 4.6', '', 'Co-authored-by: Yagiz Nizipli <anonrig@users.noreply.github.com>' ] } } ... ok 2 co-authored-by-is-trailer: Co-authored-by is a trailer ok 3 fixes-url: skipping fixes-url # SKIP ok 4 line-after-title: blank line after title ok 5 line-length: line-lengths are valid not ok 6 signed-off-by: Commit must have a "Signed-off-by" trailer () --- { found: '', compare: '===', wanted: '', at: { line: 0, column: 0, body: [ '', 'The default V8 platform pool of 4 worker threads is created during', 'bootstrap. Most processes are I/O bound and never need that', 'parallelism, but still pay for the extra threads and address space.', '', 'Default the pool to 1. --v8-pool-size=0 still sizes the pool from', 'available parallelism.', '', 'Assisted-by: Cursor Grok 4.6', '', 'Co-authored-by: Yagiz Nizipli <anonrig@users.noreply.github.com>' ] } } ... ok 7 subsystem: valid subsystems [src] ok 8 title-format: Title is formatted correctly. ok 9 title-length: Title is <= 50 columns. 0..9 # tests 9 # pass 6 # fail 2 # Please review the commit message guidelines: # https://github.com/nodejs/node/blob/HEAD/doc/contributing/pull-requests.md#commit-message-guidelines npm warn deprecated tap@16.3.10: Versions of tap before v18 are no longer maintained. Please upgrade. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead npm warn deprecated libtap@1.4.1: This library is no longer used by node-tap, and is unmaintained. npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
Workflow execution policy warning (evaluate mode): .github/workflows/commit-lint.yml#L1
On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target