You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-5797' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.
What problem or use case are you trying to solve?
We support setting the size of RemoteRuntime instance in
RemoteRuntime
, but we didn't support configuring them in the frontend.OpenHands/openhands/core/config/sandbox_config.py
Line 61 in 642e962
Describe the UX of the solution you'd like
When
app_mode
isAppMode.SASS
, we should add entry in the frontend setting modal: "Runtime Settings".And under it, we should have a drop-down menu that allows people to select 1x (2 core, 8G) or 2x (4 core, 16G).
Do you have thoughts on the technical implementation?
Once the instance size is selected, we should update the
sandbox_config.remote_runtime_resource_factor
to corresponding value (1 for 1x, 2 for 2x).Relavant files to read (Setting implementation in the backend side).
You should first understand how the config is passing from frontend to backend before start implementing this.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: