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 6afb480 commit e44d47eCopy full SHA for e44d47e
recipes/tests.rb
@@ -31,6 +31,13 @@
31
AWSREGIONS
32
end
33
34
+unless node['cfncluster']['os'].end_with?("-custom")
35
+ bash 'test soft ulimit nofile' do
36
+ code "if (($(ulimit -Sn) < 10000)); then exit 1; fi"
37
+ user node['cfncluster']['cfn_cluster_user']
38
+ end
39
+end
40
+
41
if node['cfncluster']['cfn_scheduler'] == 'sge'
42
case node['cfncluster']['cfn_node_type']
43
when 'MasterServer'
0 commit comments