API to constrain the library by provided CPU and Memory resources

Commercial VDS solution provides global memory and thread management methods :

ConfigMemoryManagement.getInstance().setProcessingCPUCacheMax(cacheSize);
ConfigMemoryManagement.getInstance().setEnableProcessingThreadX(true);

Could similar helper methods be implemented in OpenVDS?

Edited by Camille Perin