1x Game Server with all region?

03/14/2013 16:43 bigzed#1
hello Guys,

is it possible to have one big root (with 32GB RAM ) and have all regions on, without despawning mobs?
Is der any Solution?
03/14/2013 18:36 Zodiao#2
32GB RAM Would work perfectly with all regions.
03/14/2013 21:15 bigzed#3
hm... okay but why i have an highly despawn rate?
03/15/2013 11:54 flozz#4
1 gameserver can't handle all regions, You must lower mob spawn count or use 2 gameservers.
I used these queries:

Code:
USE SRO_VT_SHARD
GO
UPDATE Tab_RefNest
SET dwMaxTotalCount = '10' 
WHERE dwMaxTotalCount = '12'
Code:
USE SRO_VT_SHARD
GO
UPDATE Tab_RefNest
SET dwMaxTotalCount = '7' 
WHERE dwMaxTotalCount = '9'