Skip to content

Commit

Permalink
Declare new acceptance server
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Sellier committed Jun 30, 2016
1 parent 9e7f5f3 commit 40dbf7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion var/www/servers.php
Expand Up @@ -191,7 +191,13 @@ function cmp($a, $b)
<td class="col-center"><?=$servers_counter["acceptance6.exoplatform.org"]['jvm-min']?>GB &lt; ... &lt; <?=$servers_counter["acceptance6.exoplatform.org"]['jvm-max']?>GB</td>
<td>RAM = 128GB <br /> CPU = Xeon E5-1650 v2 @ 3.50GHz (6 cores + hyperthreading = 12 threads) <br /> Disks = 2 x 2TB (sda = HGST HUS724020ALA640 / sdb = HGST HUS724020ALA640)</td>
</tr>
</tbody>
<tr>
<td class="col-center">acceptance7.exoplatform.org</td>
<td class="col-center">prd05</td>
<td class="col-center"><?=$servers_counter["acceptance7.exoplatform.org"]['nb']?></td>
<td class="col-center"><?=$servers_counter["acceptance7.exoplatform.org"]['jvm-min']?>GB &lt; ... &lt; <?=$servers_counter["acceptance6.exoplatform.org"]['jvm-max']?>GB</td>
<td>RAM = 128GB <br /> CPU = Xeon E5-1650 v2 @ 3.50GHz (6 cores + hyperthreading = 12 threads) <br /> Disks = 3 x 300GB SSD (sda = INTEL SSDSC2BB300H4 / sdb = INTEL SSDSC2BB300H4 / sdc = INTEL SSDSC2BB300H4)</td>
</tr> </tbody>
</table>
</div>
</div>
Expand Down

0 comments on commit 40dbf7d

Please sign in to comment.