proot-me / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
https://proot-me.github.io
GNU General Public License v2.0
1.96k stars 369 forks source link

virtual memory limits #235

Open seisdr opened 3 years ago

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

oxr463 commented 3 years ago

How would this work? Please clarify.

PRoot uses libtalloc for memory management already.

seisdr commented 3 years ago

like if I want to run a command with a specific amount of ram memory

oxr463 commented 3 years ago

like if I want to run a command with a specific amount of ram memory

To limit the memory usage?

seisdr commented 3 years ago

yes