You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curr_thread.raiseTimeLimitError.new("Timeout: evaluation of #{exec_method} took longer than #{time_limit}ms.","#{caller.map{|l| "\t#{l}"}.join("\n")}")
curr_thread.raiseMemoryLimitError.new("Out of memory: evaluation of #{exec_method} took more than #{memory_limit}mb.","#{caller.map{|l| "\t#{l}"}.join("\n")}")
curr_thread.raiseMemoryLimitError.new("Out of memory: evaluation of #{exec_method} took more than #{memory_limit}mb.","#{caller.map{|l| "\t#{l}"}.join("\n")}")
0 commit comments