From: Ben Gras Date: Wed, 14 Jan 2009 08:55:48 +0000 (+0000) Subject: RS needs a bit more memory X-Git-Tag: v3.1.4~134 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-signzone.html?a=commitdiff_plain;h=4f08002c2c394d6996fc9a9b0f894081de280dc2;p=minix.git RS needs a bit more memory --- 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)