Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/troubleshooting.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Look for OOM kill events. Fix: add memory.
fly scale memory 512
```

For CPU-intensive apps, make sure you've selected an appropriate [Machine size](/docs/about/pricing/#machines). CPU and RAM scale together in preset combinations.
For CPU-intensive apps, make sure you've selected an appropriate [Machine size](/docs/about/pricing/#started-fly-machines). CPU and RAM scale together in preset combinations.

### Grace period

Expand Down
2 changes: 1 addition & 1 deletion machines/api/machines-resource.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ You cannot change which volume a Machine is attached to by updating the Machine'

---

**`size`:** A [named size](/docs/about/pricing/#running-fly-machines) for the VM, e.g. `performance-2x` or `shared-cpu-2x`. Note: `guest` and `size` are mutually exclusive.
**`size`:** A [named size](/docs/about/pricing/#started-fly-machines) for the VM, e.g. `performance-2x` or `shared-cpu-2x`. Note: `guest` and `size` are mutually exclusive.

---

Expand Down
4 changes: 2 additions & 2 deletions machines/guides-examples/machine-sizing.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here are a few ways to set the size (CPU and memory) of your Machine VMs. This g

## General Rules

We have some [preset sizes](/docs/about/pricing/#running-fly-machines) for you to choose from. Each CPU selection defaults to a specific amount of memory.
We have some [preset sizes](/docs/about/pricing/#started-fly-machines) for you to choose from. Each CPU selection defaults to a specific amount of memory.

You can, however, scale your machine's CPU and memory separately. Memory limits are `2gb * shared CPU size` or `8gb * performance CPU size`. Minimum memory is `256m * shared CPU size` or `2048m * performance CPU size`.

Expand All @@ -24,7 +24,7 @@ You can, however, scale your machine's CPU and memory separately. Memory limits

## Using Size Presets

Any size listed for Machines on the [pricing page](/docs/about/pricing/#machines) can be used when creating a Machine.
Any size listed for Machines on the [pricing page](/docs/about/pricing/#started-fly-machines) can be used when creating a Machine.

Here's what that looks like to launch a `performance-2x` machine (2 CPU, 4gb memory):

Expand Down
2 changes: 1 addition & 1 deletion networking/services.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Fly Machines have IPv6 addresses from which they make requests to the wider inte

By default, we don’t offer static IPs or regional IP ranges, and we discourage the use of our outbound IPs to bypass firewalls. A Machine's outbound IP is liable to change without notice. This shouldn't be a daily occurrence, but it will happen if a Machine is moved for whatever reason, such as a load-balancing of Fly Machines between servers in one region.

If you do need a static outbound IP, you can assign one on a per-machine basis. You can allocate one to a machine with `fly machine egress-ip allocate <machine-id>. This will assign both an IPv4 and IPv6 address to the machine. Like dedicated IPv4 addresses, these are [billed](/docs/about/pricing/#static-machine-ip) monthly.
If you do need a static outbound IP, you can assign one on a per-machine basis. You can allocate one to a machine with `fly machine egress-ip allocate <machine-id>. This will assign both an IPv4 and IPv6 address to the machine. Like dedicated IPv4 addresses, these are [billed](/docs/about/pricing/#static-egress-ips-for-machines) monthly.

You can also use the `fly machine egress-ip list` command to see all the IPs assigned to your machines, and release IPs with `fly machine egress-ip release <egress-ip>`.

Expand Down
Loading