Configuration:
We are running an ArcGIS Enterprise 10.7.1 deployment on Redhat Linux in AWS. Two Servers, One Portal, One DataStore (configured as a tile cache and relational database), Two WebAdapters (Portal and Server), and a GeoEvent Server. All components are on separate VMs.
Issue:
We are experiencing performance issues with our web applications where we are seeing layers either not load, or take a very long time to do so. Server logs are throwing a lot of the following two errors:
Update for the object was not attempted. Object may not exist.
FATAL: remaining connection slots are reserved for non-replication superuser connections
After some research, it looks like we are running out of SWAP space.
Question:
How is SWAP best configured for the DataStore to use it less or not at all (if possible).