Joseph Crawford
Joseph Crawford
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
where did you put this settihng? I wasn't sure how to override lazyvim and didn't want to modify the source so I have been living without the ability
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
It seems like they will need to re-think their soluion as that PR is quite old and targeting < 0.10
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
hmm that is what I figured... Will keep my eye on this, being a draft currently I am not sure it will make it into an update anytime soon.
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
@Nicholas is there a way for me to apply that commit or is this something I have to wait to be merged and released? I am not sure if I applied it if updates would overwrite and then I would be fighting lazyvim's update system etc.
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
@Nicholas wow thank you, I never would have found that
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
I am not sure if the issue is due to nvim-lspconfig or lazyvim as of yet. If you end up getting past that please let me know what you found. I am going to look into this more but my time is limited currently
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
@Nicholas I am in the same boat after I disabled the offset_encoding to utf-8, see here: https://github.com/neovim/neovim/issues/30719#issuecomment-2400538866
18 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
Anyone else have any suggestions I could try?
18 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
thanks for letting me know your findings
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
I am not sure about pooling but it does support pipelining, we just are not using those featured. I looked into pipelining in the past which is how I know they support it
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
we have keys with ttl but we are not calling expires through ioredis. No pub/sub at the moment though that may become a reality in the future
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
but ioredis is the only communication library that we are currently using and may be where our memory issues are coming from, I have not been able to diagnose as of yet.
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
we are simply using it to query for auth purposes, storing keys which are incremented/decremented and or removed and querying for keys to see if they exist.
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
thank you, yea we are personally hitting our deno endpoints with around 400M requests a day. Every request is authenticating the request through redis queries.
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
@frigjord unfortunately I have not yet. My boss has time-boxed that task as we just threw more instances at the service in aws and for the time being it has slowed the issue but not solved it. I would love to get back to this and maybe once we are through this crunch I will be able to. If you find anything related to ioredis I would be highly interested in your findings.
41 replies
DDeno
Created by Joseph Crawford on 10/2/2024 in #help
Denols Neovim
@roeland Thanks for that suggestion, I have added it but I still get the same error after restarting neovim.
18 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
yea I am just a bit concerned with enabling the debugger on production but will speak to my boss about it. I am also going to see if there is a way I could write a script possibly on a lower environment to simulate a ton of traffic to the service and maybe run the debugger there and see if I can replicate the issue.
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
the issue I see is that it is not all containers recycling, it is one container but it seems to happen several times a day
41 replies
DDeno
Created by Joseph Crawford on 9/12/2024 in #help
Deno Memory Usage Increases, Does Not Decrease.
we do have 5 containers running but we are sending between 200-300M messages per day so it is high load.
41 replies