Skip to content

Commit fd41c1c

Browse files
committed
fix tip 2
1 parent 5b3a106 commit fd41c1c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ The AWS-C-S3 library is an asynchronous AWS S3 client focused on maximizing thro
3131
```
3232

3333
> [!TIP]
34-
> You can also control memory limit *in bytes* using client config. The client config takes precedence over the environment variable (memory_limit_in_bytes needs to be set to a non-zero value).
35-
> ```c
36-
> struct aws_s3_client_config config = {
37-
> .memory_limit_in_bytes = GB_TO_BYTES(4), // 4 GiB limit
38-
> // ... other configuration
39-
> };
40-
> ```
34+
> You can also control memory limit *in bytes* using client config. The client config takes precedence over the environment variable (memory_limit_in_bytes needs to be set to a non-zero value).
35+
> ```c
36+
> struct aws_s3_client_config config = {
37+
> .memory_limit_in_bytes = GB_TO_BYTES(4), // 4 GiB limit
38+
> // ... other configuration
39+
> };
40+
> ```
4141
4242
**Default Behavior**:
4343
If neither is set (config is 0 and environment variable is not set), the client sets a default memory limit based on the target throughput.

0 commit comments

Comments
 (0)