Quote:
Originally Posted by Danny
Thank you for your quick reply. I have 4 GB RAM in total. I use about 50% of it without my SA-MP server running.
When I fire it up it only increases by 2%. But my CPU skyrockets from ~20% to values between 70-80%.
After some time it drops again, presumably when the loading job is finished. Moreover, I asked one of my fellow developers to launch the server on his (state-of-the-art) PC and check the log timestamps. His server process took only 2 seconds to load. He has an 8-core CPU and I have an AMD Athlon X2 Dual-Core QL-65 2,1 GHz processor.
So apparently I'm a part of the problem here since I have a terrible computer. Is there anything you could do to lower the CPU usage in the next version and is there anything I could do to prevent this behaviour?
|
You said you are using pqueries, weren't you? Try using tqueries instead, this should lower the performance (and thus CPU usage). Also disable parallel queries (by setting the pool_size parameter in mysql_connect to '0'). If this still doesn't help, I'll try to compile a special version for you (with some performance adjustments of course).
Quote:
Originally Posted by Noliax8
Hi all,
I use the version R7, and I've a problem to start my gamemode on Dйbian 7 32bit.
I installed:
I placed libmysqlclient_r.so.16 on the racine of my gamemode, and in /usr/lib.
I get that:
Do you have a idea, please ?
Thanks a lot!
Nlx
|
I don't think you are using Debian 7
32bit. How else could you install a 64bit libmysqlclient library? (yes, that ELFCLASS64 error indicates a conflict with 32bit and 64bit programs/libraries)
You'll need a 32bit library or the static version (like iZN said) to run your server with the MySQL plugin.
EDIT: Seems like the 5.5 version works. Use that version (mysql_5.5.so) instead of the static version (mysql_static.so).
Your Windows error indicates, that you don't have the correct redistributables installed.
Take a look at the FAQ, there is a list of all required redistributables.
Quote:
Originally Posted by iZN
First post of this thread needs to be updated as I can see many users gets confuse with the part that the latest release are on Github page and that's R39-2 at the moment.
[...]
|
There are big fat links on the first post, linking to the Github page. Also, I don't think many users really confuse this.