Normally this can be accomplished by "ulimit -m" but on Linux (at least on Centos5) "man bash" says "-m The maximum resident set size (has no effect on Linux)".
So since "ulimit -m" has no effect on Linux is there another way to limit the resident set size per user?
Thanks in advance for any help.