Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For less capable setups, process timeouts? #17

Open
MaunoKoponen opened this issue May 4, 2023 · 1 comment
Open

For less capable setups, process timeouts? #17

MaunoKoponen opened this issue May 4, 2023 · 1 comment

Comments

@MaunoKoponen
Copy link

First of all, thanks for exellent update!
In previous version, and also after updating to commit 927c4ae, execution for me always ended with these errors (see pic). I couldn't figure the reason, but then, after increasing the AutonomousAgent.ts timeout values substantially:
const TIMEOUT_LONG = 100000;
const TIMOUT_SHORT = 80000;
I was able to get a succesful shutdown after all tasks completed.

My setup is not optimal for this kind of things:
arch: AMD64
cpu: Intel64 Family 6 Model 158 Stepping 9,
GPU device: Quadro P4000 (1) (compute_37) (6, 1)
cuda: 11.3
cudnn: 8302

So, maybe having a option to set the timeout in settings for non-coding users might be nice feature, or just have this thing mentioned in faq might be useful for others.
I'll run some more test, and if problem still persiss, I'll let you know.

Screenshot 2023-05-04 142454

@idosal
Copy link
Owner

idosal commented May 4, 2023

It's definitely possible for lower-end machines. I'm working on something to help mitigate this issue. Stay tuned :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants