M
M
mr_drinkens892016-08-17 11:04:05
Django
mr_drinkens89, 2016-08-17 11:04:05

Where is the memory used?

Good day to all.
Interested in such a question, a physical server with 16GB of memory.
Running django + postgre + gunicorn + supervisor + nginx.
The number of workers is 9 (for corei7).
I watch free -m:

total       used       free     shared    buffers     cached
15945      15770        175        147        389      13999
-/+ buffers/cache:       1381      14564
Swap:         4879          0       4879

That is free only 175Mb
Why is this happening?
Perhaps it is better to run through UWSGI?
Thank you in advance

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Skver0, 2016-08-17
@Skver0

wiki.enchtex.info/practice/nginx/cache

L
lega, 2016-08-17
@lega

Free: 14564 Mb
line -/+ buffers/cache:
the rest are caches/buffers that do not prevent applications from allocating memory.

A
Artem Klimenko, 2016-08-18
@aklim007

https://github.com/pixelb/ps_mem actual memory consumption of processes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question