Possible Solutions¶
Here, you find possible solutions to the problems that can occur when installing or running Digital Process Factory.
Reduce Memory Usage of MongoDB¶
If MongoDB is using to much memory and fails, reduce its cache size:
-
On the DPF server, open the configuration file of MongoDB in an editor:
C:\ProgramData\SEAL Systems\config\mongod.conf -
Add the following lines to
storageto reduce the cache size. Adapt the value as needed.wiredTiger: engineConfig: cacheSizeGB: 2Example of mongod.conf
storage: dbPath: /opt/seal/data/seal-mongodb wiredTiger: engineConfig: cacheSizeGB: 2
Reduce Size of MongoDB¶
If you need to reduce the size of MongoDB, use the compact command of MongoDB. For how to use it, refer to the Manual Reference of MongoDB.