-
Notifications
You must be signed in to change notification settings - Fork 7
Installation of Cache tier
DeclanBuckley edited this page May 28, 2024
·
25 revisions
Home / Installation / Cache Tier
Please read the Requirements first.
Download stable Windows Binaries for MemCacheD (https://github.com/nono303/memcached).
Open the Command Prompt as Administrator and run the following command to install MemCacheD as a service.
Change eventually the version number to the one you downloaded.
C:\memcached-master\nssm\x64/nssm-2.25.0 install MemCacheD-<version>
. - where is the version number of MemcacheD
- Set the **Path **to the memcached.exe file that you downloaded.
- Set the Startup directory to the parent folder of the above executable.
- Set the Arguments (i.e.
-m 20480 -I 128m
) to configure the MemCacheD environment:
-m
is the amount of RAM in MB, usually as much close as the total size of your disseminate Database (i.e. -m 20480
for 20 GB). Remember not to set a value higher than your physical RAM and to leave enough RAM available for your OS and IIS to run. This setting is not capped.
-I
(uppercase i
) the max size of a single record to be cached with the post-fix M for MB, usually as much closer to the largest data-set in your disseminate Database (i.e. -I 128m
for 128 MB). This setting is capped at 128 MB.
Start the MemCacheD-<version>
(where is the version of MemCacheD) that should be available under your Local Services.
Memcache Installation Settings: Memcache Installation.
Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier