Glad you found the problem!
Yeah, shared_memory is a necessary step whenever the database is changed, so it's generally at the top of the list in load scripts.
It loads the server-wide data from the DB and makes it available to each zone instance so they don't have to load their own separate copies to work from.
|