All,
We are trying to nail down a memory leak that happens only when
documents are POSTed to the server.
For testing we have a short script that does:
while True:
dictionary_of_parameters = {'field1': 'a'*10}
post('url...', dictionary_of_parameters)
Then we run "top" on
Alexis Marrero wrote:
> All,
>
> We are trying to nail down a memory leak that happens only when
> documents are POSTed to the server.
>
> For testing we have a short script that does:
>
> while True:
> dictionary_of_parameters = {'field1': 'a'*10}
> post('url...', dictionary_of_para