Lenka Posted October 31, 2015 Share Posted October 31, 2015 (edited) close topic! fixed tks u Edited July 4, 2016 by Guest Link to comment
SpecT Posted October 31, 2015 Share Posted October 31, 2015 Maybe there are too many running resources. How can we know without any information ? Link to comment
Lenka Posted November 1, 2015 Author Share Posted November 1, 2015 Maybe there are too many running resources. How can we know without any information ? I dont know. I think something wrong in my script but dont know where. Sometime When player connect server ram memory increase. So my question is what can icrease ram memory? table in server.lua or file mod veh,skin? Link to comment
myonlake Posted November 1, 2015 Share Posted November 1, 2015 645 MB (0.645 GB) is not that much. Other servers can consume over 4 GB of RAM per instance. It just means you have a lot of information in memory. That's all. Large servers consume a lot of memory because they also hold a lot of information. Optimization can be one thing for you: initialize certain parts only when needed, rather than having them all in memory even when not needed. But this is just if 645 MB is too much for you. Servers should have a few gigs of memory, so I wouldn't worry. I haven't checked how much my MTA servers consume memory, so I can't tell if 645 MB is realistic or not for normal use. But it surely isn't enough to raise an alarm. Link to comment
Atton Posted November 4, 2015 Share Posted November 4, 2015 There is likely one or more resources running server side that are eating the ram. Link to comment
Lenka Posted November 4, 2015 Author Share Posted November 4, 2015 There is likely one or more resources running server side that are eating the ram. yea i think so, but cant find what eating the ram. How can i release memory server ram? Like a table = {.v.v.} in server side. set new table = nil? Link to comment
SpecT Posted November 4, 2015 Share Posted November 4, 2015 There is likely one or more resources running server side that are eating the ram. yea i think so, but cant find what eating the ram. How can i release memory server ram? Like a table = {.v.v.} in server side. set new table = nil? Use the Performance browser. Here is an url for more help: https://wiki.multitheftauto.com/wiki/Resource:Performancebrowser Link to comment
Lenka Posted November 4, 2015 Author Share Posted November 4, 2015 so if i find the resource leaking memory and how can i release the memory? Like a table = {.v.v.} in server side. set new table = nil? Link to comment
myonlake Posted November 4, 2015 Share Posted November 4, 2015 so if i find the resource leaking memory and how can i release the memory? Like a table = {.v.v.} in server side. set new table = nil? Yes, but it's not useful if you need the data. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now