Skip to content

Commit

Permalink
Increase file watches limit for lima template (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored Aug 19, 2024
1 parent 0337258 commit 0ba1626
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/lima-ebpf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ provision:
nix-env -iA nixpkgs.devbox
devbox install
# Increase file watches limit.
- mode: system
script: |
#!/bin/sh
sysctl fs.inotify.max_user_watches=524288
sysctl fs.inotify.max_user_instances=512
# Install docker.
- mode: system
# This script defines the host.docker.internal hostname when hostResolver is disabled.
Expand Down

0 comments on commit 0ba1626

Please sign in to comment.