I have to justify this on a laptop with a small SSD and a quota I did not choose. Before I ask for more space I would like a real number rather than "a few hundred megabytes".
What does each part cost?
I have to justify this on a laptop with a small SSD and a quota I did not choose. Before I ask for more space I would like a real number rather than "a few hundred megabytes".
What does each part cost?
Accepted answer
Roughly, and in the order they land:
--source git) clones the repository and installs every workspace, which needs about 1.5 GB.So the default — packages plus Chromium only — is roughly 900 MB. If you only run API scenarios, --browsers none keeps it under half of that.
curl -fsSL https://sdods.com/install.sh | sh -s -- --browsers noneThe number that surprises people later is the browser cache, because it does not shrink when you uninstall — it is shared, so removing SDODS deliberately leaves it alone.
Check it before you ask for a quota increase; you may already be paying for it:
du -sh ~/.cache/ms-playwright # Linux
du -sh ~/Library/Caches/ms-playwright # macOSHave the same question?
Ask it with the command you ran and the output you got, and it will be answered here.
Ask a question