]> Zhao Yanbai Git Server - minix.git/commitdiff
RS needs a bit more memory
authorBen Gras <ben@minix3.org>
Wed, 14 Jan 2009 08:55:48 +0000 (08:55 +0000)
committerBen Gras <ben@minix3.org>
Wed, 14 Jan 2009 08:55:48 +0000 (08:55 +0000)
servers/rs/Makefile

index 5bccbacc4cbe65ad5a8d7bcfc81059fdb409ccae..29185ecb23b14df7e0f68ebff964a3edae80cbf2 100644 (file)
@@ -27,7 +27,7 @@ $(UTIL):      $(UTIL_OBJ)
        $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS)
 $(SERVER):     $(OBJ)
        $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
-       install -S 120k $@
+       install -S 200k $@
 
 # install with other servers
 install:       /bin/$(UTIL) /usr/sbin/$(SERVER)