EVOLUTION-MANAGER
Edit File: launcherResourceLimit.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Define a Launcher Resource Limit</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for launcherResourceLimit {rstudioapi}"><tr><td>launcherResourceLimit {rstudioapi}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Define a Launcher Resource Limit</h2> <h3>Description</h3> <p>Define a launcher resource limit, suitable for use with the <code>resourceLimits</code> argument to <code><a href="launcherSubmitJob.html">launcherSubmitJob()</a></code>. </p> <h3>Usage</h3> <pre> launcherResourceLimit(type, value) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>type</code></td> <td> <p>The resource limit type. Must be one of cpuCount, cpuFrequency, cpuSet, cpuTime, memory, memorySwap. Different launcher plugins may support different subsets of these resource limit types; please consult the plugin documentation to learn which limits are supported.</p> </td></tr> <tr valign="top"><td><code>value</code></td> <td> <p>The formatted value of the requested limit.</p> </td></tr> </table> <h3>See Also</h3> <p>Other job submission: <code><a href="launcherConfig.html">launcherConfig</a>()</code>, <code><a href="launcherContainer.html">launcherContainer</a>()</code>, <code><a href="launcherHostMount.html">launcherHostMount</a>()</code>, <code><a href="launcherNfsMount.html">launcherNfsMount</a>()</code>, <code><a href="launcherPlacementConstraint.html">launcherPlacementConstraint</a>()</code>, <code><a href="launcherSubmitJob.html">launcherSubmitJob</a>()</code>, <code><a href="launcherSubmitR.html">launcherSubmitR</a>()</code> </p> <hr /><div style="text-align: center;">[Package <em>rstudioapi</em> version 0.11 <a href="00Index.html">Index</a>]</div> </body></html>