Skip to content

Commit

Permalink
Updated for automate memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Nov 12, 2023
1 parent 261cc87 commit 7f34956
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_command: 'python3 -u main.py run'
speckle_function_command: 'python3 -u main.py run'
speckle_function_recommended_cpu_m: 8000
speckle_function_recommended_memory_mi: 8000

0 comments on commit 7f34956

Please sign in to comment.