Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
Hi there,
What version of tsc are you using?
I’ve seen a similar problem in the past as described here:
The problem was sorted out after an upgrade from v4.4 to v4.6.
EDIT:
It turned out that it was a memory problem, adding more memory or a swap file fixed the problem. This was figured out by the following steps:
Open two terminal windows and in the first one run the htop command and monitor your server resource utilization, in the second one run the tsc command.
In case that you are running low on memory, I would recommend adding a swap file so that you could have some extra buffer:
https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-20-04
Best,
Bobby