Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/tools/panda/increase_memory is written in an unsupported language. File is not indexed.

0001 
0002 # add rule to increase memory
0003 insert into retryactions(retryaction_id, retry_action, active, retry_description) values (2, 'increase_memory', 'Y', 'Job ran out of memory. Increase memory setting for next retry.');
0004 insert into retryerrors(retryerror_id, errorsource, errorcode, active, retryaction, description) values(1, 'transExitCode', 137, 'Y', 2, 'increase memory');
0005 insert into retryerrors(retryerror_id, errorsource, errorcode, active, retryaction, description) values(1, 'transExitCode', 139, 'Y', 2, 'increase memory');
0006 insert into retryerrors(retryerror_id, errorsource, errorcode, errordiag, active, retryaction, description) values(3, 'pilotErrorCode', 1305, '.*Unable to allocate.*', 'Y', 2, 'increase memory');
0007 
0008 
0009 # add rule to increase memory x times
0010 insert into retryactions(retryaction_id, retry_action, active, retry_description) values (1, 'increase_memory_xtimes', 'Y', 'Job ran out of memory. Increase memory setting for next retry.');
0011 insert into retryerrors(retryerror_id, errorsource, errorcode, errordiag, active, retryaction, description) values(1, 'taskBufferErrorCode', 300, '.*The worker was finished while the job was starting.*', 'Y', 1, 'increase memory');
0012