QuickBooks Enterprise Database Server Manager max memory
QuickBooks Enterprises
Database Server Manager max memory
Quickbooks has a registry setting that allocates the amount of memory that is allocated to an open QB file. For older versions of Quickbooks, the default size is 128MB for the minimum amount and 256MB is the maximum amount. By changing the values in the registry setting, you can increase the database cache settings.
Step1: Open the registry in Administrator mode. If you don't know how to do this, you probably should not do it and have your IT professional do the steps below.
Step 2:Find the registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\QuickBooksDB##\Parameters
Just remove -ch 512M -c 256M from the
However, the Sybase SQL Anywhere 32bit limit is 3.5 GB for the 32-bit database server running on Windows x64 Edition
Sybase's SQL Anywhere has startup parameters to control the min/max cache setting's
-c for the initial cache memory setting
-ch for the maximum cache memory setting
-ci for the minimum cache memory settingold
-n QB_29 -qs -gd ALL -gk all -gp 4096 -gu all -ch 512M -c 256M -sunew -n QB_29 -qs -gd ALL -gk all -gp 4096 -gu all -c 3072M -su @"C:\Program Files (x86)\Intuit\QuickBooks Enterprise Solutions 19.0\util_db.cfg" -x tcpip(BroadcastListener=NO;port=63468) -ti 0 -ec simple -qi -qw -tl 120 -oe C:\PROGRA~3\Intuit\QUICKB~1\DBSTAR~1.LOG -sf all,-local_db,-local_log,-local_io -sbx+
Comments
Post a Comment