RAM Provider
The RAM provider leverages memory allocation for its file-system
Configuration
Example
moduleSettings = {
"cbfs": {
// The default disk with a reserved name of 'default'
"defaultDisk" : "myStorage",
// Register the disks on the system
"disks" : {
// Your default application storage
"myStorage" : {
"provider" : "RAM",
"properties" : {}
}
}
},
};Properties
Property
Type
Default
Description
Last updated
Was this helpful?