Skip to content

Commit

Permalink
removing limits and letting bacalhau setup them to max (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
alabdao committed Oct 20, 2023
1 parent dd63838 commit 673e78a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions infrastructure/ansible/files/compute.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ ExecStart=bacalhau serve \
--labels instance-id={{ ansible_ec2_instance_id }} \
{% endif %}
--peer {{ requester_peer }} \
--limit-job-memory {{ (ansible_memtotal_mb | int * 0.80) | round | int }}Mb \
{% if num_of_gpus | int > 0 %}
--limit-job-gpu {{ num_of_gpus | int }} \
{% endif %}
--job-selection-accept-networked \
--job-selection-data-locality anywhere

Expand Down

0 comments on commit 673e78a

Please sign in to comment.