this post was submitted on 20 Jun 2023
27 points (93.5% liked)

Selfhosted

40397 readers
708 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
27
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/selfhosted
 

I currently have the Always Free Oracle instance (Standard.A1.Flex), but I heard that it gets claimed again by Oracle when it is not actively used anymore (https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm):

Reclamation of Idle Compute Instances: Idle Always Free compute instances may be reclaimed by Oracle. Oracle will deem virtual machine and bare metal compute instances as idle if, during a 7-day period, the following are true:

  • CPU utilization for the 95th percentile is less than 15%
  • Network utilization is less than 15%
  • Memory utilization is less than 15% (applies to A1 shapes only)

What do you do to keep it actively used?

you are viewing a single comment's thread
view the rest of the comments
[–] Duckman 1 points 1 year ago

Don't allocate an insane amount of RAM and actually run applications on it? That's all I'm doing with mine. I have docker running with two applications. 1GB RAM allocated and 429MG used. Boom. Way above that 15% threshold.

I honestly think this is just about those people who overallocate resources then never actually do anything with it. Sure, Oracle can oversubscribe system resources but at some point you run into a wall because of the possibility that someone MIGHT actually use all the resources they've allocated. Until then they've got an expensive server not earning any money because everyone allocated 24GB of RAM just because they could.