Skip to content

Running Automation on Low-End Older Computers

The pbottleRPA base platform uses C++ with a high-performance development approach, already minimizing hardware requirements.

Platform Base System Resource Optimization

Disable the local AI engine startup loading in settings.

After disabling all AI engines, pbottleRPA's main memory can be reduced to around 40 MB.

pbottle RPA

Flow Script Optimization

  • Use setDefaultDelay to increase the default operation time interval.
  • Use wait to manually add specific time intervals.
  • Use waitImage (auto-wait) instead of wait (fixed wait).

⭐⭐⭐⭐⭐