mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #648] [BUG] docker-compose: default tmpfs size for /var/lib/tor to small #413
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#413
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CyberJack on GitHub (Feb 8, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/648
Describe the bug
After updating to version 0.7.1 and updating the docker-compose.yml file, I saw warning messages in the logs:
Even after fully clearing all docker images, containers and volumes I still got these messages.
I increased the size from 10M to 100M to see how much data was going to be written to
/var/lib/torand at the moment (after a fresh start) it is 10.9MB.Updating the size in the
docker-compose.ymlfile should fix this problem.To Reproduce
Steps to reproduce the behavior:
docker compose up && docker compose logs -fDeployment Method
runexecutableVersion of Whoogle Search
Server (VPS):
@Diechel commented on GitHub (Mar 13, 2022):
Also got issues with default docker compose. Now set to 50MB and no error messages.
Seems to use around 11-12MB. Will lower setings according to max use.
@CyberJack commented on GitHub (Mar 22, 2022):
After an uptime of 109 days, the usage of /var/lib/tor was still 10.9 MB. I created a pull request to increase the size to 12MB since @Diechel reported a higher usage.