PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → WD220Session memory consumption vastly different between development and production servers
WD220Session memory consumption vastly different between development and production servers
Iniciado por Bob PAPIRNIK, mai., 04 2018 1:01 PM - Sem resposta
Membro registado
1 mensagem
Publicado em maio, 04 2018 - 1:01 PM
I am puzzled by the huge difference in the memory used by the same application/process when run on my development machine and on our production server.

The application is V22 Dynamic WEBDEV.

Development server:
Windows 7 – 32-bit
4GB RAM
4 CPU
Database: MySQL 32-bit

Production server:
Windows 2008R2 - 64-bit
52GB RAM
8 CPU
Database: MySQL 64-bit

WD220session memory consumed:

Development server: ~500K
Production server: ~130000K

Here are more details.





Legend:

- The Login screen does not run any process until a login is requested. The memory data is after the page is loaded and before a login request.
- After a successful login a Home page is displayed. This is just a page displaying main menu and with no processing.
- User selects to open a page which has a memory browse (Ajax) table with some 8000 records.
- User then closes the above page and returns to the Home page.


Any clues as to what could be a reason, or reasons, for this will be appreciate it.

Thank you.
Bob