-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Frontend] Update worker note regarding resources (#4418)
- Loading branch information
1 parent
913dd9f
commit 11ea23e
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|