Skip to content

Commit

Permalink
[Frontend] Update worker note regarding resources (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Aug 29, 2024
1 parent 913dd9f commit 11ea23e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/views/web/challenge/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<div class="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-view" ng-if="!challenge.isRemoteChallenge">
<div class="row margin-bottom-cancel">
<div class="col s12 m12 l12">
<div class="w-300 fs-16"><strong>Note:</strong>By default, we allocate 0.5 vCPU and 1 GB memory
to each challenge evaluation worker. In case your evaluation requires additional resources,
please email us at <a href="mailto:[email protected]" class="blue-text">[email protected]</a>.
<div class="w-300 fs-16"><strong>Note: </strong>We have auto-scaling and auto-allocation features in place which assess the resource requirement for your challenge based on previous submissions.
Ideally, you should not need any manual intervention for scaling the worker. However, in case your evaluation requires additional resources or you face any issues, please email us at <a href="mailto:[email protected]" class="blue-text">[email protected]</a>.
</div>
</div>
</div>
Expand Down

0 comments on commit 11ea23e

Please sign in to comment.