ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

Increase size of RAM to physical maximum #201

Closed drasko closed 1 month ago

drasko commented 1 month ago

Is your feature request related to a problem? Please describe.

Enclave should be capable to use maximum of physical RAM on the server. For this appropriate filesystem of Linux HAL must be set, as tmpfs is limited to 32GB

Describe the feature you are requesting, as well as the possible use case(s) for it.

Either use ram FS that can take the whole RAM (for example 1TB), or even extend this by using disk for the encrypted datasets, and then decrypting them directly in RAM.

Indicate the importance of this feature to you.

Must-have

Anything else?

No response