As per title. Couldn’t find anything in the documentation pertaining to Code Repositories.
My understanding is decreasing CPU might decrease Resource queue utilization, maybe used compute seconds, maybe faster resource allocation. Decreasing RAM is unclear.
Defaults mentioned in documentation (old lightweight decorator specifies default memory, new syntax via transform.using().with_resources() - doesn’t):
transforms.api.lightweight(cpu_cores=2, memory_mb=None, memory_gb=16, gpu_type=None, container_image=None, container_tag=None, container_shell_command=None)
So, is to worth assigning lower resources to lightweight transforms, or is it intended to be used just to increase the required resources?