Skip to main content

SYS_SILO_CONFIG

Constant SYS_SILO_CONFIG 

Source
pub const SYS_SILO_CONFIG: usize = 801;
Expand description

Configure a silo’s properties.

  • silo_id: silo to configure
  • key_ptr: pointer to the configuration key string
  • key_len: length of the key
  • val_ptr: pointer to the configuration value string
  • val_len: length of the value

Configuration keys include: mode (OctalMode), mem_max, mem_usage_bytes.