Repository
https://github.com/spiritLHLS/Oracle-server-keep-alive-script
Oracle-server-keep-alive-script
A resource occupancy/keep-alive script. It is not limited to Oracle Cloud servers and can also run on common ARM or x86_64 Linux systems.
Features
- Optional occupancy targets: CPU, memory, and bandwidth
- Dynamic resource control for safer operation
- Install, uninstall, and update helper flows
Install
bash
curl -L https://gitlab.com/spiritysdx/Oracle-server-keep-alive-script/-/raw/main/oalive.sh -o oalive.sh && chmod +x oalive.sh && bash oalive.sh1
Alternative:
bash
bash <(curl -sSLk https://gitlab.com/spiritysdx/Oracle-server-keep-alive-script/-/raw/main/oalive.sh)1
Notes
- Please test on non-production servers first.
- For complete options and caveats, check the upstream README: https://github.com/spiritLHLS/Oracle-server-keep-alive-script
