[][src]Constant constellation_internal::RESOURCES_DEFAULT

pub const RESOURCES_DEFAULT: Resources

The Resources returned by Resources::default(). Intended to be used as a placeholder in your application until you have a better idea as to resource requirements.

pub const RESOURCES_DEFAULT: Resources = Resources {
	mem: 1024 * 1024 * 1024, // 1 GiB
	cpu: 65536 / 16,         // 1/16th of a logical CPU core
};