[vhffs-dev] [1628] changed default values so that new users will not encounter stupid out of memory errors difficult to catch after scheduler is fork ()ed :-) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [1628] changed default values so that new users will not encounter stupid out of memory errors difficult to catch after scheduler is fork ()ed :-)
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 06 Oct 2010 17:09:57 +0200
Revision: 1628
Author: gradator
Date: 2010-10-06 17:09:56 +0200 (Wed, 06 Oct 2010)
Log Message:
-----------
changed default values so that new users will not encounter stupid out of memory errors difficult to catch after scheduler is fork()ed :-)
Modified Paths:
--------------
trunk/vhffs-backend/conf/vhffs.conf.dist.in
Modified: trunk/vhffs-backend/conf/vhffs.conf.dist.in
===================================================================
--- trunk/vhffs-backend/conf/vhffs.conf.dist.in 2010-10-06 14:57:36 UTC (rev 1627)
+++ trunk/vhffs-backend/conf/vhffs.conf.dist.in 2010-10-06 15:09:56 UTC (rev 1628)
@@ -566,14 +566,14 @@
RLIMIT_CPU = 3600 3600
RLIMIT_FSIZE = RLIM_INFINITY RLIM_INFINITY
RLIMIT_DATA = 104857600 104857600
- RLIMIT_STACK = 4194304 4194304
- RLIMIT_RSS = 33554432 33554432
+ RLIMIT_STACK = 8388608 8388608
+ RLIMIT_RSS = 104857600 104857600
RLIMIT_CORE = 0 0
RLIMIT_MEMLOCK = 0 0
RLIMIT_NPROC = 100 100
- RLIMIT_NOFILE = 512 512
+ RLIMIT_NOFILE = 1024 1024
RLIMIT_LOCKS = 1024 1024
- RLIMIT_AS = 67108864 67108864
+ RLIMIT_AS = 268435456 268435456
</limits>
</cron>