Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Started disconnecting very frequently today #59

Open
reznofiat opened this issue Jul 21, 2023 · 3 comments
Open

Started disconnecting very frequently today #59

reznofiat opened this issue Jul 21, 2023 · 3 comments

Comments

@reznofiat
Copy link

I've been using this webui colab for a few weeks but today I seem to be disconnecting very frequently after like 5 minutes of use. It worked perfectly fine before but now this is happening. I see this error too (not sure if related)

image

@plokm21
Copy link

plokm21 commented Jul 22, 2023

Same it usually happens if i try to have a batch size larger than 2

@Linaqruf
Copy link
Owner

Colab updating ubuntu to 22.04 so old tcmalloc can't be installed. Old tcmalloc(v2.5.2) can decrease memory usage.

googlecolab/colabtools#3778

I have solution for this by setting os.environ["TCMALLOC_AGGRESSIVE_DECOMMIT"] = "t" and already pushed several minutes ago. I don't know it will be effective, but yeah, colab free experience won't be the same anymore.

275087e

@plokm21
Copy link

plokm21 commented Jul 23, 2023

Thanks for the update hope they can fix that soon.

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

No branches or pull requests

3 participants