Skip to content

Commit

Permalink
Removing potentially unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
porgabi committed Jul 24, 2024
1 parent 3807d3e commit dd13591
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/setup-elasticsearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ description: Sets up Elasticsearch
runs:
using: composite
steps:
- name: Configure sysctl limits
shell: pwsh
run: |
sudo swapoff -a
sudo sysctl -w vm.swappiness=1
sudo sysctl -w fs.file-max=262144
sudo sysctl -w vm.max_map_count=262144
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@a82f8694596aa6f9ce3b556c7a795ee40db626e2
with:
Expand Down

0 comments on commit dd13591

Please sign in to comment.