CUDO memory error

Hi,

I am constantly getting this error on smoke test - ‘Your submission timed out after running for too long on the execution platform. Reduce your runtime to the maximum allowed duration and try again’. If i run the same code on my local with same memory (T4 16GPU), no error. Can someone please guide me onthis?

@crohit0711 The amount of time a submission is allowed to run during code execution is limited. Full submissions must complete in 8 hours or less, smoke tests in 10 minutes or less. That error means your smoke test submission took longer than 10 minutes to run.