Skip to content
Snippets Groups Projects
Commit 32a3a3f3 authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.html -> 512 GB RAM

parent 85d978e4
No related branches found
No related tags found
No related merge requests found
Pipeline #40557 passed
......@@ -57,9 +57,9 @@ output {
<p> &nbsp </p>
<p>
<label for="ram">RAM, GB </label> max 256
<label for="ram">RAM, GB </label> max 512
<br/>
<input type="range" name="ram" value="16" min="8" max="256" step="8" oninput="this.nextElementSibling.value = this.value"/>
<input type="range" name="ram" value="16" min="8" max="512" step="8" oninput="this.nextElementSibling.value = this.value"/>
<output> default 16 </output>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment