Replies: 3 comments 1 reply
|
I think there may be a serious performance problem in the I’m running Open Terminal 0.11.15 on Ubuntu 24.04 ARM64, and I’ve now had the whole VPS effectively hang twice when a model used What makes this suspicious is that it does not look like a simple OOM case. I still had free RAM available, but during the incident the VPS became sluggish enough that even SSH / remote desktop responsiveness was affected. From what I can see, the Open Terminal service itself does not appear to be ballooning in resident memory, so I’m not sure this is a classic memory leak. It feels more like something in the I can see successful requests like After reading the implementation, one thing that stood out is that on Linux the |
|
What are you trying to do? Can you provide an example command on how to test this out? |
|
The root cause is per-chunk fsync() on every 4KB PTY read (~250 fsyncs/sec on high-output commands). Flushing is now configurable. For your ARM VPS, set: OPEN_TERMINAL_LOG_FLUSH_INTERVAL=1 Default behaviour is unchanged. Let me know if this resolves it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is the 2nd time this happen but when the model use run_command with a relative moderate size command my vps "crash" and stop respond (maybe with a high RAM usage), I'm running Ubuntu 24.04 OCI ARM64 with 24gb RAM and I had enough free RAM using OWUI. Never happened with my custom Jupyter Multikernel tool for OWUI, only with open terminal using run_command both times.
Here the crash from my browser outside my vps, this stopped to respond and NoMachine crashed.
All reactions