Oracle keeps changing the idle requirements for compute instances

newcool1230@lemm.ee to Selfhosted@lemmy.world – 45 points –

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?

16

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

I think a good question for newcool1230@lemm.ee is why Oracle. If they don’t have a reason to be using it, this is a great suggestion.

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. @SheeEttin@lemmy.world @thesmokingman@programming.dev

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

Difficult to beat a free offer

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.

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

Plus seed some torrents to cover network requirements.

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

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.

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).

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

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)

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".

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