Gert Burger

Results 28 comments of Gert Burger

The steps are as follows: 1. Your code imports `rest_framework_bulk` 2. `rest_framework_bulk` imports DRF 3. DRF can import some other parts of your code as specified by `DEFAULT_PAGINATION_CLASS` in the...

I tested that commit and b55f28a , issue remains although it took much longer to trigger. I am not sure if that is relevant though.

The stacktrace is the same: ``` (gdb) bt #0 _int_malloc (av=av@entry=0x7ffff71bfc40 , bytes=bytes@entry=0) at malloc.c:4028 #1 0x00007ffff6e6b0fc in __GI___libc_malloc (bytes=0) at malloc.c:3057 #2 0x00005555555908a2 in netatop_exitstore () at netatopif.c:350 #3...

We've run into the same issue, we can't select part of a pre block to copy just that section.

Experiencing the same issue via https://github.com/autozimu/LanguageClient-neovim

So I'm having a similar issue that might be the same, from `about:memory` you can see that this extension is using an substantial amount of RAM (1.3GB): ![image](https://user-images.githubusercontent.com/23653/100321111-dea22680-2fca-11eb-9b7d-b587a74ad7d0.png) ![image](https://user-images.githubusercontent.com/23653/100321218-02656c80-2fcb-11eb-9a52-fedc7d754c26.png) I...

Interestingly enough the normal task manager only shows this: ![image](https://user-images.githubusercontent.com/23653/100322588-2a55cf80-2fcd-11eb-8def-74beef247aef.png)

I don't know if that allocations screenshot is relevant but there might be code using nacl that is keeping references...

I have confirmed that in my instance, disabling the autoreconnect results in no memory usage growth over time.

@jeanas did you perhaps find any issue whilst testing this? I have been wondering if this feature should maybe be added to the other terminal formatters also...