Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Bump inotify limits on tester (#11217)
Assuming the current default for inotify max user watches on the tester machine is 8192, this PR bumps it to 64k. We were getting errors when trying to tail k8s logs caused by hitting inotify limits, for example: ``` spartan-aztec-network-boot-node-0 wait-for-ethereum export ETHEREUM_HOST=http://spartan-aztec-network-ethereum.smoke:8545 spartan-aztec-network-boot-node-0 wait-for-ethereum export BOOT_NODE_HOST=http://spartan-aztec-network-boot-node.smoke:8080 spartan-aztec-network-boot-node-0 wait-for-ethereum export PROVER_NODE_HOST=http://spartan-aztec-network-prover-node.smoke:8080 spartan-aztec-network-boot-node-0 wait-for-ethereum export PROVER_BROKER_HOST=http://spartan-aztec-network-prover-broker.smoke:8084 spartan-aztec-network-boot-node-0 wait-for-ethereum Awaiting ethereum node at http://spartan-aztec-network-ethereum.smoke:8545 spartan-aztec-network-boot-node-0 wait-for-ethereum Waiting for Ethereum node http://spartan-aztec-network-ethereum.smoke:8545... spartan-aztec-network-boot-node-0 wait-for-ethereum to create fsnotify watcher: too many open files ```
- Loading branch information