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 f92426d commit 6afb480Copy full SHA for 6afb480
metadata.rb
@@ -27,3 +27,4 @@
27
depends 'apt', '~> 7.0.0'
28
depends 'hostname', '~> 0.4.2'
29
depends 'line', '~> 1.0.6'
30
+depends 'ulimit', '~> 1.0.0'
recipes/_default_pre.rb
@@ -13,6 +13,10 @@
13
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
+user_ulimit "*" do
17
+ filehandle_limit 10000
18
+end
19
+
20
include_recipe 'aws-parallelcluster::_update_packages'
21
22
# Reboot after preliminary configuration steps
0 commit comments