You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yaml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -41,20 +41,14 @@ jobs:
41
41
if: matrix.os == 'windows-latest'
42
42
run: mvn --% install -DskipTests=true -Dgpg.skip -B -V # tell powershell to stop parsing with --% so it doesn't error with "Unknown lifecycle phase .skip"
Retries are performed for connection and system internal errors. It is the SDK user's responsibility to properly
123
123
handle other errors, for example RESOURCE_EXHAUSTED (HTTP 429).
124
124
125
+
### Memory Configuration
126
+
127
+
The `SpiceClient` uses an Arrow `RootAllocator` for managing off-heap memory. By default, it uses all available memory. You can configure the memory limit using megabytes:
0 commit comments