Changeset 217:c605344fd503 for uwsgi.c

Show
Ignore:
Timestamp:
02/04/10 14:02:30 (5 weeks ago)
Author:
roberto@…
Branch:
default
Message:

remove get_free_memory function. Is useless on modern systems

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • uwsgi.c

    r216 r217  
    965965        fprintf(stderr,"your memory page size is %d bytes\n", uwsgi.page_size); 
    966966 
    967         fprintf(stderr,"your system has %llu megabytes of free memory\n", get_free_memory()/1024/1024); 
    968  
    969967#ifndef UNBIT 
    970968        fprintf(stderr,"your server socket listen backlog is limited to %d connections\n", uwsgi.listen_queue); 
     
    13291327        uwsgi.workers[0].current_workers = uwsgi.numproc ; 
    13301328 
    1331         /* print memory usage after module initialization */ 
    1332         fprintf(stderr,"you system has now %llu megabytes of free memory\n", get_free_memory()/1024/1024); 
    13331329 
    13341330        if (!uwsgi.master_process && uwsgi.numproc == 1) {