zsolt Messages: 702 Registered: December 2005 Location: Budapest, Hungary
Contributor
Thanks for suggesting MemoryProfile, I didn't know about it.
I will start using it.
I started the daemon 2 months 23 days ago.
The total running time was that 22 minutes (ps output), serving about 104 thousand requests since the starting.
The virtual memory usage did not grow since my original post, but there was not too much traffic since that time.
This is an HTTP server using CoWork for MT, serving JSON and PDF output to HTTP GET requests and HTTP JSON POSTs. It uses PostgreSQL as backend.
This is my first project, where I use a lot of exceptions in error handling and complex structures as return values. Maybe one of them can be the problem, causing fragmentation.