Please try adding the following environment variables under ruby tab
LSAPI_MAX_PROCESS_TIME=10000000
LSAPI_AVOID_FORK=1
LSAPI_MAX_IDLE=1000000
If those variable helps, try removing them one by one and find out which one affect this problem. Which this hint, we can locate the problem and fix it...