Quote:
Originally Posted by Djole1337
128MB can easily handle 100 players + sscanf/streamer/irc/mysql plugins. Stop posting bullshit.
|
Plain SA-MP server will run fine, but a MySQL server will be pushing it. Especially if left with the default configuration. I run two SA-MP servers (one live, one development) on a 256 MB VPS which also runs a MySQL server and nginx webserver. I had to tone down both of them quite a bit to stop them hogging memory. In the end it all works just fine and I haven't experienced any noticeable lag.
Definitely do not install Apache as that is a major resource hog. If you install phpMyAdmin from apt it will install Apache, so beware. Nginx or lighttpd should be fine for your everyday purposes.