c4_cloud_command service should have LimitCORE value set to infinity

Details

Detail name Value
Changelog Number 26754
Type Improvement
Status Resolved
Fix Versions C4 4.29.0, Exasol 2025.1.5, C4 4.28.5, Exasol 2025.2.0
Resolution Date 2025-10-28

Background

Although core dumps were already being generated by the c4_cloud_command service without explicitly setting LimitCORE, this behavior depended on the system’s default configuration for core dump limits. To avoid reliance on defaults and guarantee the availability of core dumps for debugging purposes, it is preferable to explicitly set this limit in the service configuration.

Improvement

Updated the c4_cloud_command service file to explicitly include LimitCORE=infinity. This ensures that unlimited core dumps will always be allowed for the service, providing consistent behavior for future troubleshooting and debugging.