Skip to content

Out of disk space despite having enough disk space #862

@pato-pan

Description

@pato-pan
docker run -p 9037:9037 -v /drives/HD/Games/Browsertrix/:/crawls/ webrecorder/browsertrix-crawler crawl --url "https://html-classic.itch.zone/html/8940552/index.html" --generateWACZ --text --collection Games
docker run -p 9037:9037 -v /drives/HD/Games/Browsertrix/:/crawls/ webrecorder/browsertrix-crawler crawl --url "https://html-classic.itch.zone/html/8940552/index.html" --generateWACZ --text --collection Games --diskUtilization 0
docker run -p 9037:9037 -v /drives/HD/Games/Browsertrix/:/crawls/ webrecorder/browsertrix-crawler crawl --url "https://html-classic.itch.zone/html/8940552/index.html"
{"timestamp":"2025-07-07T13:18:17.072Z","logLevel":"fatal","context":"general","message":"Out of disk space, exiting. Quitting","details":{}}

I don't know how to get more information on this. I tried

--logging stats, js errors, debug --loglevel --context "general", "worker", "recorder", "recorderNetwork", "writer", "state", "redis", "storage", "text", "exclusion", "screenshots", "screencast", "originOverride", "healthcheck", "browser", "blocking", "behavior", "behaviorScript", "behaviorScriptCustom", "jsError", "fetch", "pageStatus", "memoryStatus", "crawlStatus", "links", "sitemap", "wacz", "replay", "proxy"

But that doesn't show any additional info on the terminal and it sends it to a log file that doesn't exist on my computer. I do have a lot of my disk being used, but I do also still have a lot of free space

df -h
Filesystem              Size  Used Avail Use%
/dev/sda1                13T   13T  178G  99%

How can I override this disk space limit? --diskUtilization 0 didn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions