You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using pprof I see that nats-server consumes RAM more that expected, because my streams ≦ 1 GB:
Here is an example configuration of a stream:
I also do not see any problems with the disc IO(340 MiB is a maximum):
I do not see slow consumers:
Expected behavior
I expect that nats consumes several GB of memory instead of 40GB. I believe that it's not a leak because it does not go over ~40GB usually.
Probably the problem was triggered after I got started to use FIle storage instead of memory.
Server and client version
NATS server version 2.10.14
client github.com/nats-io/nats.go v1.37.0
Host environment
Memory: 128 GB
CPU: 16 cores
without container, 22.04.1-Ubuntu.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
Observed behavior
Using pprof I see that nats-server consumes RAM more that expected, because my streams ≦ 1 GB:
Here is an example configuration of a stream:
I also do not see any problems with the disc IO(340 MiB is a maximum):
I do not see slow consumers:
Expected behavior
I expect that nats consumes several GB of memory instead of 40GB. I believe that it's not a leak because it does not go over ~40GB usually.
Probably the problem was triggered after I got started to use FIle storage instead of memory.
Server and client version
NATS server version 2.10.14
client github.com/nats-io/nats.go v1.37.0
Host environment
Memory: 128 GB
CPU: 16 cores
without container, 22.04.1-Ubuntu.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: