erickguan commented on issue #5858:
URL: https://github.com/apache/opendal/issues/5858#issuecomment-2753550058

   I tested Cloudflare’s D1 database, and I found that the maximum size is just 
over 2 MB. However, Cloudflare’s documentation does not accurately reflect this 
limit.
   
   Considerations on the Use Cases
   
   Users pay for their storage, so someone will eventually need to look into 
the maximum limit. Service providers set caps for various reasons—such as 
sensible defaults or implementation limitations—and the service will return 
errors if the limit is exceeded. When working with a service, it's easy to know 
this. OpenDAL could generate an error if someone wants that.
   
   That said, it is frustrating that the maximum size limit can be inconvenient 
when copying data across services.
   
   Tests
   
   I agree with using an environment variable. Additionally, GitHub’s runners 
have limited memory, so we cannot use all the available memory at once without 
risking an out-of-memory (OOM) error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to