❔ High Unmanaged Memory
Hello,
For some reason my .NET project (ragemp/gtav server) has too much unmanaged memory. Is there any way i can reduce this amount?
5 Replies
The project should use maximum 200mb, along with entities, system and ragemp api.
are you calling
Dispose()
on IDisposable
objects?Yes. Thanks in advance!
do you have any hypothesis about why this happens?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.