Unlimited file size #323
truthsword
started this conversation in
General
Replies: 3 comments 1 reply
|
Thanks for the feedback! As long as the value is less than 2147483647 (2TB), it should be any problem, on some systems a value higher than that might possibly lead to problems, although I haven't tested that yet. What filesizes would you consider for your instance? |
0 replies
1 reply
|
I don't recall an obvious error message, unless it appeared in the logs (I didn't check). Since I recreated the container after changing the environmental variable, my "docker compose logs` is clean.. If this recurs, I'll check the docker logs before downing the container. Added B2 screenshot to previous post |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
As I recall the default file size is 100 GB
While this can be extended using the environmental variable
GOKAPI_MAX_FILESIZE, I'm wondering how to remove the limit completely... for exampleGOKAPI_MAX_FILESIZE=0.Or do I specify a ginormous value ...
GOKAPI_MAX_FILESIZE=1024000000000000000Thanks!
All reactions