[HELP] PC Configuration

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
PoRnosJH
Posts: 332
Joined: Wed Mar 17, 2010 10:33 am
Location: Greece
Contact:

[HELP] PC Configuration

Post by PoRnosJH »

Hello i bought a PC for my server ... I Want some help-opinion for my configuration...

Pc:
AMD 1055T X6
8GB DDR3
2 X 150GB HDD 7.200K RPM X64mb cache

Internet:
50mb/s Upload
________________________________

OS : Windows Server 2008 Enterprise R2
________________________________

Java x64/ mysql Server 5.5
________________________________

Server Side :

# Default: 10
ThreadPoolSizeEffects = 20
# Default: 13
ThreadPoolSizeGeneral = 26
# Default: 2
UrgentPacketThreadCoreSize = 4
# Default: 4
GeneralPacketThreadCoreSize = 8
# Default: 4
GeneralThreadCoreSize = 8
# Default: 6
AiMaxThread = 12

MySQL Side :

DB Installed at D: Server's 2nd HDD (at 1st HDD Runs Windows - for better performance)
installation :
Dedicated MySQL Server Machine / Multifunctional DB / Online Transaction Procc

i havent changed anything at my.ini ...

Windows Side :
Proccessor sheduling - best performance on *Programs

i have Changed (Virtual Memory) total paging size for my hdds (both of em) to 6114mb ...

GS:

java -server -Xmx4800m -Xms4800m -Xmn1200m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer



And Finally i want to ask for some advises...my configs are ok? .. u suggest me some changes?
i want to try for the greater performance my pc can manage...

ty for your time...
w8 for opinions..tnx for all replys..
Image
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: [HELP] PC Configuration

Post by badboy29 »

You can use dedicated HD for database, but your mysql setting is wrong. Dedicated machine ? Java need machine resources too. Look here what MELERIX post: viewtopic.php?f=40&t=20868


About threads try:

Code: Select all

# Default: 10ThreadPoolSizeEffects = 6# Default: 13ThreadPoolSizeGeneral = 6# Default: 2UrgentPacketThreadCoreSize = 6# Default: 4GeneralPacketThreadCoreSize = 6# Default: 4GeneralThreadCoreSize = 6# Default: 6AiMaxThread = 12
Startup:

Code: Select all

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -server -Xmx4g -Xms2g -Xmn1g -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
Aka UnHoly
PoRnosJH
Posts: 332
Joined: Wed Mar 17, 2010 10:33 am
Location: Greece
Contact:

Re: [HELP] PC Configuration

Post by PoRnosJH »

badboy29 wrote:You can use dedicated HD for database, but your mysql setting is wrong. Dedicated machine ? Java need machine resources too. Look here what MELERIX post: viewtopic.php?f=40&t=20868
Ok i ll reconfigure my mysql for "server machine"...then anyone recomend me to change anything in my.. my.ini? (mysql)
and if yes what?
About threads try:

Code: Select all

# Default: 10ThreadPoolSizeEffects = 6# Default: 13ThreadPoolSizeGeneral = 6# Default: 2UrgentPacketThreadCoreSize = 6# Default: 4GeneralPacketThreadCoreSize = 6# Default: 4GeneralThreadCoreSize = 6# Default: 6AiMaxThread = 12
These setting are tested ..and are the best choices? cauze i thought these are the minimals...and i see at
ThreadPoolSizeEffects = 6 and ThreadPoolSizeGeneral = 6 you decreased the values ... im confused..

Startup:

Code: Select all

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -server -Xmx4g -Xms2g -Xmn1g -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
-Djava.util.logging.manager=com.l2jserver.util.L2LogManager for? savings problem? better to use it either i dont have savings problem?

xmx with xms i thought the best is to be the same...i heard that from many devs...


thanks man for your help... but make me believe in what you say to me..these values are tested? you re sure or just your thoughts you have investigate it? :)

w8 others opinions too...
w8 your help dudes...

thank you
Image
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: [HELP] PC Configuration

Post by badboy29 »

Well you can try and see :)

Look this topic: viewtopic.php?f=80&t=21007

and here: viewtopic.php?f=80&t=12159&start=15

About mysql, is hard :P

Can start read here: http://www.mysqlperformanceblog.com/
Aka UnHoly
Post Reply