Skip to content

Commit

Permalink
chore(run.sh): default to 512MB memory
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 5, 2021
1 parent b1b5188 commit 30f51c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ fi

podman run \
--pod cryostat \
--memory 512M \
--mount type=tmpfs,target=/opt/cryostat.d/recordings.d \
--mount type=tmpfs,target=/opt/cryostat.d/templates.d \
--mount type=bind,source="$(dirname $0)/conf",destination=/opt/cryostat.d/conf.d,relabel=shared,bind-propagation=shared \
Expand Down

0 comments on commit 30f51c2

Please sign in to comment.