Thank you so much for your reply, now I have a picture of what is going on. Could you share also how to use these functions? The only documentation I could find does not have examples. Say I have, among all, this process running, labelled python3 with PID 33238. I tried writing
os_proc_available_memory()
in my terminal (bash shell), and all I get is a prompt > awaiting for input. Same with getrlimit and setrlimit.
I tried also os_proc_available_memory(33238) etc but I get error messages. The documentation keep mentioning 'the current process' but there are many, how do I run this functions relative to a specific ongoing process?
Topic:
App & System Services
SubTopic:
Core OS