Changeset 217:c605344fd503 for uwsgi.c
Legend:
- Unmodified
- Added
- Removed
-
uwsgi.c
r216 r217 965 965 fprintf(stderr,"your memory page size is %d bytes\n", uwsgi.page_size); 966 966 967 fprintf(stderr,"your system has %llu megabytes of free memory\n", get_free_memory()/1024/1024);968 969 967 #ifndef UNBIT 970 968 fprintf(stderr,"your server socket listen backlog is limited to %d connections\n", uwsgi.listen_queue); … … 1329 1327 uwsgi.workers[0].current_workers = uwsgi.numproc ; 1330 1328 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);1333 1329 1334 1330 if (!uwsgi.master_process && uwsgi.numproc == 1) {
