Skip to content

Commit

Permalink
update var names
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 11, 2024
1 parent 5063101 commit 275a19b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployment/docker_compose/docker-compose.resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ services:
deploy:
resources:
limits:
cpus: ${VESPA_CPU_LIMIT:-4}
memory: ${VESPA_MEM_LIMIT:-4g}
cpus: ${BACKGROUND_CPU_LIMIT:-4}
memory: ${BACKGROUND_MEM_LIMIT:-4g}
# reservations:
# cpus: ${VESPA_CPU_RESERVATION}
# memory: ${VESPA_MEM_RESERVATION}
# cpus: ${BACKGROUND_CPU_RESERVATION}
# memory: ${BACKGROUND_MEM_RESERVATION}

# nginx:
# deploy:
Expand All @@ -37,11 +37,11 @@ services:
# deploy:
# resources:
# limits:
# cpus: ${BACKGROUND_CPU_LIMIT}
# memory: ${BACKGROUND_MEM_LIMIT}
# cpus: ${VESPA_CPU_LIMIT}
# memory: ${VESPA_MEM_LIMIT}
# reservations:
# cpus: ${BACKGROUND_CPU_RESERVATION}
# memory: ${BACKGROUND_MEM_RESERVATION}
# cpus: ${VESPA_CPU_RESERVATION}
# memory: ${VESPA_MEM_RESERVATION}

# inference_model_server:
# deploy:
Expand Down

0 comments on commit 275a19b

Please sign in to comment.