]> sourceware.org Git - systemtap.git/commit - session.cxx
PR13661: Relax Server Rlimits (move to stap)
authorChris Meek <cmeek@redhat.com>
Mon, 5 Mar 2012 21:16:31 +0000 (16:16 -0500)
committerChris Meek <cmeek@redhat.com>
Mon, 5 Mar 2012 22:37:49 +0000 (17:37 -0500)
commit878b2f3f4585105fcbdd1701939044b3f9f34ab0
tree13805a8f1941f4100f90205d02f4dcb3ad06c47b
parent132733ecc6b129b7dc88f7d2d7796d693b50e92b
PR13661: Relax Server Rlimits (move to stap)

  Added rlimit options to stap:
    --rlimit-as=NUM
    --rlimit-cpu=NUM
    --rlimit-nproc=NUM
    --rlimit-stack=NUM
    --rlimit-fsize=NUM
  These options will set the appropriate rlimits to whatever is
  provided.
  Removed all rlimit handling from stap-serverd.cxx. These values
  can be specified in ~stap-server/.systemtap/rc.
  Default values are added to ~stap-server/.systemtap/rc on install.
cmdline.cxx
cmdline.h
main.cxx
session.cxx
stap-serverd.cxx
systemtap.spec
This page took 0.026119 seconds and 5 git commands to generate.