64bit filesize limit on a 32bit linux
From: Igor Schein (igor_at_txc.com)
Date: 05/31/05
- Previous message: David Nicol: "Common Cluster Infrastructure discussion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 May 2005 15:35:33 -0400 To: linux-kernel@vger.kernel.org
Hi,
# ulimit -f `echo 2^22-1|bc`;ulimit -f
4194303
# ulimit -f `echo 2^22|bc`;ulimit -f
unlimited
# uname -r
2.6.11-1.1290_FC4
I need to limit users to 5GB per file instead of 4GB. Do I need any
kernel patches or can it somehow be done in user space?
Thanks
Igor
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: David Nicol: "Common Cluster Infrastructure discussion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]