On 2020-02-03 at 22:40 -08, Anoop GR <anoopemacs@gmail.com> wrote...
> How do I enforce the same on my orgmode source blocks. I want the
> execution to stop whenever it exceeds the above limits on memory and
> time.
There are several packages that implement :async source blocks via the :async header arg. It seems like one of these could be fairly easy to adapt to monitor the process it spawns.
-k.