Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Increase disc size limitations #248

Open
Bluejanis opened this issue Jul 20, 2024 · 2 comments
Open

Increase disc size limitations #248

Bluejanis opened this issue Jul 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Bluejanis
Copy link

Bluejanis commented Jul 20, 2024

Firefox shows a warning like there is a limit in disc space, which will affect Firefox functionality.
I got the error message this morning after the computer woke up from hibernation (just a couple of hours).

Error message

Looking into Firefox settings, it shows that it uses 155MB for cookies and cache.
The host system has 164GB available disc space on C. Should be plenty enough. So there must be a limit within docker desktop or within this container.

This is the docker command I used:

docker run -d `
    --name=firefox `
    -p 5500:5800 `
    -v "C:\Docker\firefox\:/config:rw" `
    -e LANG=de_DE.UTF-8 `
    -e DARK_MODE=1 `
    -e SECURE_CONNECTION=1 `
    -e WEB_AUDIO=1 `
    jlesage/firefox

Is there a configuration parameter to increase the size Firefox is allowed to use in the docker container?

@Bluejanis Bluejanis added the enhancement New feature or request label Jul 20, 2024
@jlesage
Copy link
Owner

jlesage commented Aug 5, 2024

The container itself cannot impose limit.

To see free space as seen by the container, can you share the output of:

docker exec firefox df -h

@Bluejanis
Copy link
Author

Thanks, but in the meantime I had deleted and recreated the container already. So far I did not encounter the issue again.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants