-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible: add test-digitalocean-freebsd13-x64-1 #3918
Conversation
hmm. v18.x-staging build passed. |
The new FreeBSD 13 machine compared to the existing FreeBSD 12 machine has the same amount of RAM (2 GB) and vCPUs (2). It appears to have half the amount of available swap (1 GB vs 2 GB) -- I'll see if increasing that helps. |
There's a note in https://docs.freebsd.org/en/books/handbook/config/#create-swapfile
So I guess it's back to reimaging as UFS (as opposed to ZFS), or explicitly provisioning secondary storage to attach to the droplet. |
I've reimaged the machine with the UFS image and added 2 GB of additional swap. test CI (v20.x-staging): https://ci.nodejs.org/job/richardlau-node-test-commit-freebsd/7/ |
Passed! Double check test runs (since the machine was reimaged): |
I think my plan for this is:
|
Refs: #3593
Test builds:
v22.x-staging and main will probably fail due to nodejs/node#54576.