Mile Trendafiloski
10/17/2023, 3:37 PMSystem Memory Used
and Typesense Memory
? After summing both graphs, we get pretty close to 32 GB of RAM used. However, we have not received any warning. We have used a lot of CPU beforehand and we have received a warning that we are using more than 70% of the resources - we optimized that. Could this be a memory issue why we have such spikes, is it a networking issue or do you have some internal process that takes up too much time per collection?Jason Bosco
10/17/2023, 4:28 PMwe get a lot of timeouts when using the API to upsert/update documents in our collectionsFrom what I've seen usually these timeouts happen when the client-side library timeout configuration is set to too low a value and the timeout is triggered before the a large batch of imports is fully indexed. I also don't see any capacity issues on your prod cluster, so the client-side timeout is most likely the issue. You want to increase that when instantiating the library
is this split into System Memory Used and Typesense MemoryNo, System Memory is actually physical RAM used. Typesense Memory is sum of physical RAM and swap used by the Typesense process.
Mile Trendafiloski
10/18/2023, 11:56 AMJason Bosco
10/18/2023, 4:30 PMJason Bosco
10/18/2023, 4:30 PM