this post was submitted on 03 Oct 2023
45 points (95.9% liked)

Selfhosted

39227 readers
405 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 1 year ago
MODERATORS
 

Has anyone noticed that oracle keeps changing the idle requirements for compute instances?

I just checked their docs:

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

In May it was 15% and in March it was 10%.

Is there anyway I can keep my compute instance without having them keep reclaiming it?

all 17 comments
sorted by: hot top controversial new old
[–] SheeEttin 55 points 11 months ago (1 children)

You could switch to a company that isn't openly hostile to its customers.

[–] [email protected] 7 points 11 months ago (1 children)

I think a good question for [email protected] is why Oracle. If they don’t have a reason to be using it, this is a great suggestion.

[–] [email protected] 3 points 11 months ago (1 children)

I've tried a few others but Oracle was the only one that kinda worked for me. I'm open to switching to other providers if you have any suggestions. @[email protected] @[email protected]

[–] [email protected] 9 points 11 months ago (1 children)

What about Oracle made it work for you over others? Have you looked at the minors like Linode or DigitalOcean?

[–] [email protected] 6 points 11 months ago (1 children)

Difficult to beat a free offer

[–] [email protected] 1 points 11 months ago

You can get free offers from most places. If you juggle accounts and don’t do a ton, you can use AWS for free perpetually without dealing with this odd idle fandango.

[–] [email protected] 22 points 11 months ago (2 children)

So I’m SUPPOSED to run a miner to keep mine from being overly idle??

[–] [email protected] 17 points 11 months ago

Plus seed some torrents to cover network requirements.

[–] [email protected] 1 points 11 months ago

i mean.... I don't get decent hash rates but it's better than nothing. p2pool eventually pays out.

[–] [email protected] 7 points 11 months ago

Sounds like you need some more hobbies to throw at it. :-)

You could always inflate the numbers by giving it artificial load but I imagine that breaks a ToS somewhere.

[–] [email protected] 6 points 11 months ago

Wait, so I understood it on the opposite way? They kick you out if you don't use enough free resources?

[–] [email protected] 5 points 11 months ago (2 children)

How do they actually get that information (particularly memory utilization)? Do they rely on their agent that's pre-installed (but can be uninstalled)? At least in their web interface it doesn't show any of that utilization for my instances (one is Ubuntu with their agent uninstalled and the other one is NetBSD).

[–] aesir 8 points 11 months ago (1 children)

I don't know, wouldn't the Hypervisor be able to track resources usage by itself without anything else?

[–] [email protected] 4 points 11 months ago

At least for memory usage the hypervisor wouldn't be able to tell the difference between memory merely used as cache vs. memory actually used by the software running on the machine (and OSes will usually just use any otherwise unused memory as cache, so you will likely see some inflated memory usage)

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

I don't think they care about the fine details. The just drag a slider and it tells them it would kick out this many free instances, and someone says "ok let's go with that".