Commit e768524
authored
fix(pubsublite): reduce pscompat BufferedByteLimit (#14234)
Reduced default BufferedByteLimit in pscompat layer to ensure
compatibility with 32-bit architectures. This prevents compilation
errors and potential OOM issues on memory-constrained systems (10 GB
default is too high).
Users requiring extremely large buffers on 64-bit systems can still
override these settings manually.
Note: Pub/Sub Lite has been deprecated and is scheduled to be shut down
in [June 2026](https://docs.cloud.google.com/pubsub/lite/docs).
Fixes #142371 parent 46df848 commit e768524
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments