Oracle-server-keep-alive-script
原始仓库:https://github.com/spiritLHLS/Oracle-server-keep-alive-script
甲骨文服务器保活脚本
所有资源都是动态占用,实时调整,避免服务器有别的任何资源已经超过限额了仍然再占用资源。
适配系统:暂时已在Ubuntu中验证无问题,别的主流系统应该也没有问题
可选占用:CPU,内存,带宽
甲骨文保活,甲骨文OCI保活,甲骨文资源占用,甲骨文免费服务器,甲骨文服务器闲置使用必备。
资源定期浪费,可用于 Oracle 甲骨文保活。
为了应对甲骨文最新回收机制而作的脚本。
开发完毕,测试中,有问题请在issues中反馈
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/Oracle-server-keep-alive-script/main/oalive.sh)
或
curl -L https://raw.githubusercontent.com/spiritLHLS/Oracle-server-keep-alive-script/main/oalive.sh -o oalive.sh && chmod +x oalive.sh &