Skip to content

Commit

Permalink
Update documentation for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Dec 9, 2024
1 parent f5852ae commit 80c6bf2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ public static Map<String, Integer> getNodeCount(String kubevela) throws JsonProc
*
* We currently add the following requirements:
* <ul>
* <li> 2GB of RAM (until we know more about the size / cpu requirements
* of the nebulous runtime.)
* <li> 2GB of RAM
* <li> 2 cores
* <li> The geolocation of the component -- this uses an {@link
* AttributeRequirement} that SAL doesn't know about; the CFSB is expected
* to filter this out before sending the requirements to SAL.
* AttributeRequirement} that SAL doesn't know about; the CFSB is
* expected to filter this out before sending the requirements to SAL.
* </ul>
*
* @param component The nebulous component in question.
Expand Down

0 comments on commit 80c6bf2

Please sign in to comment.