Skip to content
Snippets Groups Projects
Commit a7e0ae4f authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Update increase max core from 64 to 128

parent ae35d9cb
No related branches found
No related tags found
1 merge request!20Update increase max core from 64 to 128
Pipeline #28568 passed
...@@ -41,9 +41,9 @@ output { ...@@ -41,9 +41,9 @@ output {
<p> &nbsp </p> <p> &nbsp </p>
<p> <p>
<label for="cores">Cores </label> max 64 <label for="cores">Cores </label> max 128
<br/> <br/>
<input type="range" name="cores" value="4" min="4" max="64" step="4" oninput="this.nextElementSibling.value = this.value"/> <input type="range" name="cores" value="4" min="4" max="128" step="4" oninput="this.nextElementSibling.value = this.value"/>
<output> default 4 </output> <output> default 4 </output>
</p> </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