memory_arrays

Data associated with collection of memory devices that operate to form a memory address.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: memory_arrays

  • Linux
  • Mac OSX

Table schema

Name Type Description
handle TEXT Handle, or instance number, associated with the array
location TEXT Physical location of the memory array
use TEXT Function for which the array is used
memory_error_correction TEXT Primary hardware error correction or detection method supported
max_capacity INTEGER Maximum capacity of array in gigabytes
memory_error_info_handle TEXT Handle, or instance number, associated with any error that was detected for the array
number_memory_devices INTEGER Number of memory devices on array

Query examples

Select all the results for the given table.

SELECT * FROM memory_arrays;