Recent content by Whey

  1. Server Freeze Question

    Hi Milva, what things in Scripts can cause this issue? A never stop timer? an infinite "FOR" or "WHILE" executing? Just for curious i noticed that a lot of champions Spawns in ServerUo has a very large Spawn Radius, is an intentional change to avoid this issue? My Cpu Specs are: intel(r)...
  2. Unknown String on Console !!

    Hi, sorry for necro thread but i noticed that it's happening to me too.
  3. Server Freeze Question

    Hi Milva, yes i changed and added Scripts but i reverted all of them before test again. I'm using XmlSpawner. Thanks for reply! :)
  4. Server Freeze Question

    Hi, i notice that this issue happening when the server is online for a few hours, more time online equals to more strong CPU Spikes when i get near to a lot of Npcs toghether. Any ideas? Thanks in advance :)
  5. Server Freeze Question

    Hi! i'm experimenting some "freeze" issues on my Server, and i don't understand why :( I checked the hardware resources: - CPU never works at more than 50% - I have at least more than 50% free RAM - I have at least more than 6 Mbps free from the conection. I think that nothing is doing a bottle...
  6. Question about Garbage collector

    wow! Thank you Vosphire. I will check it out :D
  7. Question about Garbage collector

    Hi Voxpire, thanks for reply. It's working like you say. I have another question If you do not mind, i made a GM Command for execute Garbage Collector with just this lines: GC.Collect(); GC.WaitForPendingFinalizers(); I made it before you reply me , because i was...
  8. Question about Garbage collector

    Hi! I noticed that my Servuo CORE is not releasing memory, and continuos eat more and more RAM. I searched in the code and found this lines: if (GCSettings.IsServerGC) { Utility.PushColor(ConsoleColor.DarkYellow); Console.WriteLine("Core: Server garbage collection mode...
  9. Freeze Decoration Question

    Hi Marcel, thanks for the quick response!
  10. Freeze Decoration Question

    Hi, i have a simple question about Freeze Decoration in ServUo, suppose that i'm adding a wall and later i use the freeze command in that wall, the wall is removed from the world and it's save in the client files: - What will happen if a user didn't download the update client files? He can...
  11. Hosting requirements in Win 7

    Hi again Jack! Yep i already make a test with razor but i want to understand: From Razor "Help & Status" windows: Send: Client TO Server. Recv: Server TO Client. That it's right? So the "Recv" helps me to calculate the Upload Speed that i need in the Server, right? Another thing the values...
  12. Hosting requirements in Win 7

    Hi Jack, thanks for response in this thread! Seems that Hardware wouldn't be a problem, but what about bandwith? I searched in many Threads of RunUo Forums and says that the average consumption per user is about 2/5 kbps. That number is near to be correct? i would like to using the Vps service...
  13. Hosting requirements in Win 7

    Hi, nobody is using Windows for a production Server? Thanks!
  14. Hosting requirements in Win 7

    Hi, i want to start a new Server using ServUO as main CORE Emulator but i need to know about hardware and bandwith requirements. I already looked the forum but I did not found an exact answer, if i'm planning to have around of 100 clients connected: 1- How much RAM i need? 2- What about the...
Back