Click or drag to resize

PropertyID.VirtualRamSwapPolicy Field

The Virtual RAM is a cutting-edge feature designed to enhance the device's performance.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 VirtualRamSwapPolicy = "value"

Field Value

Type: Int32
Remarks
The Virtual RAM is a cutting-edge feature designed to enhance the device's performance. In particular, swap allows to free up physical RAM by moving less frequently accessed data to slower but larger memory (e.g. flash), allowing more space for active application and processes in RAM. Users can enjoy the benefits of extended memory capacity without physical hardware upgrades, enabling more robust multitasking and improved app performance.

The required space in flash storage for Virtual RAM is configurable and can be tailored to meet specific needs. This flexibility ensures that the device maintains a balance between performance and storage capacity, resulting in an optimized user experience without unnecessary constraints. The memory swap parameter allows developers to manage and optimize the allocation of Virtual RAM, effectively utilizing a portion of the device's flash storage to extend the available RAM.

By allocating flash storage for Virtual RAM, this feature minimizes the likelihood of slowdowns, providing a responsive and fluid user experience that can handle more applications and data simultaneously.

The class of the property is EnumProperty. The allowed values are defined by enum VirtualRAMSwapPolicy.

[Android Documentation]

See Also