Index: branches/fc11-dev/server/fedora/config/etc/security/limits.conf
===================================================================
--- branches/fc11-dev/server/fedora/config/etc/security/limits.conf	(revision 1157)
+++ branches/fc11-dev/server/fedora/config/etc/security/limits.conf	(revision 1158)
@@ -27,5 +27,5 @@
 #        - cpu - max CPU time (MIN)
 #        - nproc - max number of processes
-#        - as - address space limit
+#        - as - address space limit (KB)
 #        - maxlogins - max number of logins for this user
 #        - maxsyslogins - max number of logins on the system
@@ -34,5 +34,5 @@
 #        - sigpending - max number of pending signals
 #        - msgqueue - max memory used by POSIX message queues (bytes)
-#        - nice - max nice priority allowed to raise to
+#        - nice - max nice priority allowed to raise to values: [-20, 19]
 #        - rtprio - max realtime priority
 #
@@ -41,12 +41,14 @@
 
 # No limits for root
-root		-
+root             -
 
 # For everyone else,
-*               soft    core            0
-*		-	memlock		64
-*		-	rss		524268
-*		-	data		1048576
-*		-	as		1048576
+*                soft    core            0
+*                -       memlock         64
+*                -       rss             524268
+*                -       data            1048576
+*                -       as              1048576
+
+#*               soft    core            0
 #*               hard    rss             10000
 #@student        hard    nproc           20
