You are using a browser that is no longer supported. Please use the latest version of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. For more information please see the System Requirements.

Unsupported browser

You are using a browser that is not supported. JavaScript API works on the latest versions of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. Use one of these browsers and provide your feedback through GeoNet, the Esri Community.

  • {i18n.unsupportedBrowser.chrome}
  • Firefox
  • Safari
  • undefined
Loading...

Note: Support for 3D on mobile devices may vary, view the system requirements for more information.

The amount of memory available in the SceneView to display features and terrain depends on a number of factors, such as the device, but also the specified qualityProfile. In complex scenes the SceneView may reach this memory limit. To prevent browser crashes and slow performance, it will reduce the amount of data rendered. This sample shows how to use SceneView.performanceInfo to get information about memory consumption in a scene. Such information can be useful to scene creators and application developers working with webscenes.

PerformanceInfo.totalMemory shows the total memory allocated to a SceneView. For a medium qualityProfile a view can use up to 750MB and for a high qualityProfile it can use up to 1500MB.

PerformanceInfo.usedMemory shows an estimation of how much memory the SceneView is currently using. When this value approaches the totalMemory, then the Quality is reduced. This will reduce the level of detail for scene layers, lower the tile resolution for tiled layers, and reduce the number of features for feature layers.

SceneView.performanceInfo.layerPerformanceInfos contains information about memory consumption for each of the layers in the scene. displayedNumberOfFeatures gives information about how many features are currently displayed in the view. The property maximumNumberOfFeatures shows how many features could be displayed in the SceneView. The maximumNumberOfFeatures property available on FeatureLayer, CSVLayer, GeoJSONLayer and point SceneLayer can be used to override the default value and display more features even if there isn't enough memory. High values could however lead to the browser running out of memory.

Sample search results

TitleSample
Loading...