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, 15 years ago
Don't allow HTTP and finger clients to steal too much RAM
  • Property svn:executable set to *
File size: 92 bytes
Line 
1#!/bin/bash
2
3ulimit -v 1024
4
5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
10/sbin/ipvsadm
Note: See TracBrowser for help on using the repository browser.