I have manually upgraded the VM OS from SUSE 12 sp2 sap to SUSE 12 sp4 sap recently.
there are around 1700 cron jobs configured for a Linux user which was set by SAP.
before the upgrade, all cron jobs were running fine for this user but after the upgrade these cron jobs not running.
Error: “cronfile”:585 too many garbage characters errors in crontab file, can’t install.
after troubleshooting, I found that the crontab is not allowing to add more than 1000 cron (lines) for a user.
How to increase this limit?