b9326c31b78f235181798c5df993f610db395049
hiram
  Wed Oct 29 10:59:37 2025 -0700
raise memory limit to 12G for the chain step refs #36546

diff --git src/hg/utils/automation/doBlastzChainNet.pl src/hg/utils/automation/doBlastzChainNet.pl
index 718ce341001..d99088e0816 100755
--- src/hg/utils/automation/doBlastzChainNet.pl
+++ src/hg/utils/automation/doBlastzChainNet.pl
@@ -818,31 +818,31 @@
     $defVars{'SEQ2_LIFT'} carry \$2
 rm \$2
 mv liftedChain/\${c}.lifted.chain \$2
 _EOF_
     ;
   }
   close($fh);
 
   &makePslPartsLst();
 
   my $whatItDoes =
 "It sets up and performs a small cluster run to chain all alignments
 to each target sequence.";
   my $bossScript = new HgRemoteScript("$runDir/doChainRun.csh", $paraHub,
 				      $runDir, $whatItDoes, $DEF);
-  # raise CPU limit to 12 2025-10-29
+  # raise memory limit to 12g 2025-10-29
   my $paraRun = &HgAutomate::paraRun(12, 1);
   my $gensub2 = &HgAutomate::gensub2();
   $bossScript->add(<<_EOF_
 chmod a+x chain.csh
 $gensub2 pslParts.lst single gsub jobList
 mkdir -p chain liftedChain
 $paraRun
 rmdir liftedChain
 _EOF_
   );
   $bossScript->execute();
 }	#	sub doChainRun {}
 
 
 sub postProcessChains {