From 4f08002c2c394d6996fc9a9b0f894081de280dc2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 14 Jan 2009 08:55:48 +0000 Subject: [PATCH] RS needs a bit more memory --- servers/rs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/rs/Makefile b/servers/rs/Makefile index 5bccbacc4..29185ecb2 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -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) -- 2.44.0