PresourceLimits
Bun

property

worker_threads.Worker.resourceLimits

readonly resourceLimits?: ResourceLimits

Provides the set of JS engine resource constraints for this Worker thread. If the resourceLimits option was passed to the Worker constructor, this matches its values.

If the worker has stopped, the return value is an empty object.