source: trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 1202

Last change on this file since 1202 was 1202, checked in by quentin, 16 years ago
Don't allow HTTP and finger clients to steal too much RAM
  • Property svn:executable set to *
File size: 92 bytes
RevLine 
[1200]1#!/bin/bash
2
[1202]3ulimit -v 1024
4
[1200]5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
[1201]10/sbin/ipvsadm
Note: See TracBrowser for help on using the repository browser.