X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=server.c;h=4b088c17f404b6a5da2025b09720f8e72083a2bd;hb=be6707a307bfeec1b45cca8b3fb647e81262be87;hp=dfe8be870a25ad55f0ac084c7d92709391b0b3c3;hpb=47941822dae18a018c985847b052e70214a3ccc6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/server.c b/server.c index dfe8be8..4b088c1 100644 --- a/server.c +++ b/server.c @@ -337,7 +337,9 @@ int main( int argc, char *argv[] ) /* TODO: Options to override, ammend, remove etc */ - vg_prealloc_quota( 80*1024*1024 ); + vg_set_mem_quota( 80*1024*1024 ); + vg_alloc_quota(); + highscores_init( 250000, 10000 ); if( !highscores_read() )