Hi everyone,
We're running ArcGIS Enterprise 11.5 in a single-machine deployment. When accessing the portal via a web adaptor, we get the error "Could not access any ArcGIS Enterprise portal machines. Please contact your system administrator." When accessing the portal via the 7443 port, the browser reports the error: ERR_NO_BUFFER_SPACE.
When accessing the Portal Administrator Directory (portaladmin) via port 7443, we get the following error:
RuntimeException: SocketException: No buffer space available (maximum connections reached?): connect
Restarting the server machine usually resolves the problem until it occurs again later.
We'd appreciate any help in resolving this problem. Thanks.
Regards,
Stephen
How do your system stats look like when this error occurs and after restart?
In ArcGIS Server 11.5, dedicated instance pools and shared instance pools have a major impact on RAM (memory) usage, primarily through how they manage ArcSOC processes (the server processes that actually handle map/image service requests). Each ArcSOC process consumes a significant amount of RAM—typically 100–300+ MB depending on your data, symbology, and service complexity.
You can reduce RAM somewhat by setting min = 0 on low-use dedicated services (the service will spin down when idle), but this introduces a small “cold start” delay the next time someone uses it.