Error on server request getMap. The map size exceeded the allowed limitIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Go to service mapping ->applications and access any application.Click view map, the map will load for some time and will show the error "Error on server request getMap. The map size exceeded the allowed limit". ReleaseAllCauseThe system property "sa.map.LIMIT_MAX_GRAPH_SIZE" by default it has true value. If this is true, it will control the maximum size of the map size to improve the performance.Open the system property by using URL below. https://<instancename>.service-now.com/nav_to.do?uri=sys_properties.do?sys_id=5dc5ac2e87111200b5bea18dd0e3ece2 ResolutionSelect the property by clicking the URL below and set the property"sa.map.LIMIT_MAX_GRAPH_SIZE" to false. https://<instancename>.service-now.com/nav_to.do?uri=sys_properties.do?sys_id=5dc5ac2e87111200b5bea18dd0e3ece2 Note: Setting this property to false may reduce performance in maps for large services.