SA-MP Forums Archive
How to find out? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to find out? (/showthread.php?tid=183311)



How to find out? - Whizion - 14.10.2010

How much CPU power / RAM / Bandwidth your script needs?


Re: How to find out? - Nathan_Taylor - 15.10.2010

http://lmgtfy.com/?q=How+much+CPU+po...cript+needs%3F

(:


Re: How to find out? - iLinx - 15.10.2010

Quote:
Originally Posted by Nathan_Taylor
Посмотреть сообщение


It depends on player volume and how well your script is written.


Re: How to find out? - Whizion - 15.10.2010

Uhm, let's say it's very efficent and i expect 500 players, how to find that out.


Re: How to find out? - Whizion - 04.01.2011

Bump, nobody knows this?


Re: How to find out? - clum# - 04.01.2011

Quote:
Originally Posted by Whizion
Посмотреть сообщение
How much CPU power / RAM / Bandwidth your script needs?
It requires 22MHz from your processor, 1MB of RAM and 2KB/s Up/Down.

No really, use process manager and a bandwidth monitoring tool to find out.


Re: How to find out? - John_F - 04.01.2011

^^Wrong.
The amount of CPU usage/RAM/etc. depend on the script you are running. If it is a simple script, it will obviously use less resources than a very large script.


Re: How to find out? - Krx17 - 04.01.2011

He was being sarcastic.

Badly coded script with the general noob coding styles(IE: string[256]) will take a lot more from your PC/Server than an efficiently coded script.