tuhaihe commented on PR #1064:
URL: https://github.com/apache/cloudberry/pull/1064#issuecomment-2918055869

   The default storage is 14GB 
(https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories),
 maybe we can try to specify the docker option with a more larger storage, like:
   
   ```bash
   diff --git a/.github/workflows/build-cloudberry.yml 
b/.github/workflows/build-cloudberry.yml
   index a6e659596b5..0faa72e8ff1 100644
   --- a/.github/workflows/build-cloudberry.yml
   +++ b/.github/workflows/build-cloudberry.yml
   @@ -887,6 +887,7 @@ jobs:
            --ulimit core=-1
            --cgroupns=host
            -v /sys/fs/cgroup:/sys/fs/cgroup:rw
   +        --storage-opt size=20G
   ```
   
   I'm not sure if it works, can try it...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to