[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ulimit and ssh?
From: |
peter360 |
Subject: |
ulimit and ssh? |
Date: |
Wed, 2 Sep 2009 10:54:32 -0700 (PDT) |
Can someone explain this to me? Why am I not seeing correct results from
ulimit after ssh into localhost? Thanks!
$ ssh localhost bash -c 'ulimit -a'
unlimited
but
$ bash -c 'ulimit -a'
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 32768
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 1024
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
--
View this message in context:
http://www.nabble.com/ulimit-and-ssh--tp25262471p25262471.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.
- ulimit and ssh?,
peter360 <=
- Re: ulimit and ssh?, Bob Proulx, 2009/09/02
- Re: ulimit and ssh?, peter360, 2009/09/02
- Re: ulimit and ssh?, Bob Proulx, 2009/09/02
- Re: ulimit and ssh?, peter360, 2009/09/08
- Re: ulimit and ssh?, Greg Wooledge, 2009/09/08
- Re: ulimit and ssh?, peter360, 2009/09/20
- Re: ulimit and ssh?, Andreas Schwab, 2009/09/21
- Message not available
- Re: ulimit and ssh?, Marc Herbert, 2009/09/14
- Re: ulimit and ssh?, peter360, 2009/09/20
- Re: ulimit and ssh?, Andreas Schwab, 2009/09/21