Add premium plans
This commit is contained in:
parent
19e234d02f
commit
88b8cf319c
@ -57,7 +57,7 @@ h3 {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
width: 135px;
|
||||
width: 145px;
|
||||
}
|
||||
|
||||
.instance-type h3 {
|
||||
|
@ -49,7 +49,7 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
<div class="instance-category">
|
||||
<h3>High Memory Instances</h3>
|
||||
<p>High Memory instances favor RAM over other resources, and can be good for memory hungry use cases like caching and in-memory databases.</p>
|
||||
<p>High Memory instances favor RAM over other resources, and can be good for memory hungry use cases like caching and in-memory databases. All High Memory plans use dedicated CPU cores.</p>
|
||||
<div id="highmem"></div>
|
||||
</div>
|
||||
<div class="instance-category">
|
||||
@ -57,6 +57,10 @@ along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
|
||||
<p>Linodes with dedicated GPUs accelerate highly specialized applications such as machine learning, AI, and video transcoding.</p>
|
||||
<div id="gpu"></div>
|
||||
</div>
|
||||
<div class="instance-category">
|
||||
<h3>Premium Instances</h3>
|
||||
<p>Premium CPU instances guarantee a minimum processor generation of AMD EPYC™ Milan or newer to ensure consistent high performance for more demanding workloads.</p>
|
||||
<div id="premium"></div>
|
||||
</div>
|
||||
<div id="location">
|
||||
<h2>Location</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user