Answer Posted / Neha Verma
Go's garbage collector might be causing high memory usage. Go allocates memory for objects on the heap and frees it when it is no longer needed, but this can lead to temporary peaks in memory consumption. Additionally, the use of large data structures or buffered I/O can also contribute to increased memory usage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category