refactor model things
[carveJwlIkooP6JGAAIwe30JlM.git] / server.c
index dfe8be870a25ad55f0ac084c7d92709391b0b3c3..4b088c17f404b6a5da2025b09720f8e72083a2bd 100644 (file)
--- 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() )