Currently the OSC gerrit is configured to allow maximum git object size to be about 5 MB (to be exact: 5242880 bytes). This size limit makes the dev's life painful, as it might be a common scenario in OSC development while large data and/or AI/ML model files may need to reside in various repositories (for example, xApps and rApps). Luckily with the help from LF IT support, this can be done through the integration of a so-called "git-lfs" tool, and the large file(s) will be stored on an AWS S3 bucket created by the LF infra team. Below are the steps on how to set up the git-lfs tool and then how to utilize the tool for large file push request from a local repository: