We are encountering a limitation where the compiled config exceeds the 8MB size limit, resulting in errors that prevent our CI/CD pipelines from running. To optimize the compiled config file, we propose removing all comments during the compilation process. By excluding comments, we can allocate more space for essential statements and commands, thereby enhancing the overall efficiency of our CI/CD pipelines. The underlying processes do not require comments, so this change would streamline the configuration without sacrificing functionality. Implementing this feature would significantly improve our workflow and reduce interruptions caused by the file size limitation. Thank you for considering this enhancement!