We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8a22f commit 4afb7d6Copy full SHA for 4afb7d6
recipes/base_config.rb
@@ -62,4 +62,8 @@
62
# Enable EFA
63
if node['cfncluster']['enable_efa'] == 'compute' && node['cfncluster']['cfn_node_type'] == 'ComputeFleet'
64
include_recipe "aws-parallelcluster::_efa_enable"
65
+elsif node['cfncluster']['enable_efa'] == 'compute'
66
+ user_ulimit "*" do
67
+ memory_limit 'unlimited'
68
+ end
69
end
0 commit comments